aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-04 00:24:25 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-04 00:24:25 +0000
commitfceea486229f5f8a3b1d92508793a9413631ad55 (patch)
tree6c3c90b3bab5c96b37466383521d0379a8625c7b /ui/qt/main_welcome.cpp
parentf72aa597c712ed5c735e32f9576ce6a78884923e (diff)
Use more restrictive selectors, otherwise we end up styling things we
shouldn't (such as scroll bars). svn path=/trunk/; revision=46363
Diffstat (limited to 'ui/qt/main_welcome.cpp')
-rw-r--r--ui/qt/main_welcome.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_welcome.cpp b/ui/qt/main_welcome.cpp
index 679a849707..07182fbd39 100644
--- a/ui/qt/main_welcome.cpp
+++ b/ui/qt/main_welcome.cpp
@@ -63,7 +63,7 @@ MainWelcome::MainWelcome(QWidget *parent) :
"MainWelcome {"
" padding: 2em;"
" }"
- "QWidget {"
+ "MainWelcome, QAbstractItemView {"
" background-color: white;"
" color: #%1;"
" }"