From 29d4ead8ad43c110e37b344096f3268b2b70b606 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 17 Aug 2012 22:04:20 +0000 Subject: Fix a focus artifact on Windows and adjust colors for not-so-stellar monitors. svn path=/trunk/; revision=44556 --- ui/qt/main_welcome.cpp | 7 ++++--- ui/qt/main_welcome.ui | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'ui/qt') diff --git a/ui/qt/main_welcome.cpp b/ui/qt/main_welcome.cpp index b468db5f8b..28040f6f80 100644 --- a/ui/qt/main_welcome.cpp +++ b/ui/qt/main_welcome.cpp @@ -84,7 +84,8 @@ MainWelcome::MainWelcome(QWidget *parent) : setStyleSheet( "MainWelcome {" - " background: palette(base);" + " background: palette(light);" + " color: palette(dark);" " padding: 2em;" " }" "QListWidget {" @@ -129,8 +130,8 @@ MainWelcome::MainWelcome(QWidget *parent) : // " background-color: palette(midlight);" // "}" "QListWidget::item:selected {" - " background-color: palette(window);" - " color: palette(window-text);" + " background-color: palette(mid);" + " color: palette(light);" "}" ); diff --git a/ui/qt/main_welcome.ui b/ui/qt/main_welcome.ui index d648e8000e..57a2fd7587 100644 --- a/ui/qt/main_welcome.ui +++ b/ui/qt/main_welcome.ui @@ -96,6 +96,9 @@ 5 + + Qt::NoFocus + Qt::ScrollBarAlwaysOff -- cgit v1.2.3