diff options
author | q5sys <jt@xsystems.com> | 2017-12-06 11:33:00 -0500 |
---|---|---|
committer | q5sys <jt@xsystems.com> | 2017-12-06 11:33:00 -0500 |
commit | bd77e70c7afb98cc16341ad079c3de59c289f631 (patch) | |
tree | de43aab1f6d33b1cb2fed50da3c27bf9ce1aa2d5 | |
parent | Fix the LUtils.pri file: Forgot to remove a couple unused files from the incl... (diff) | |
download | lumina-bd77e70c7afb98cc16341ad079c3de59c289f631.tar.gz lumina-bd77e70c7afb98cc16341ad079c3de59c289f631.tar.bz2 lumina-bd77e70c7afb98cc16341ad079c3de59c289f631.zip |
add balloontip stylesheet
-rw-r--r-- | dev-tools/systray-tester/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-tools/systray-tester/main.cpp b/dev-tools/systray-tester/main.cpp index ea631894..ff14caba 100644 --- a/dev-tools/systray-tester/main.cpp +++ b/dev-tools/systray-tester/main.cpp @@ -22,6 +22,7 @@ int main(int argc, char *argv[]) { } TrayApp tray; + tray.setStyleSheet(background-color: #999999); tray.show(); QApplication::setQuitOnLastWindowClosed(false); return a.exec(); |