diff options
author | Ken Moore <ken@ixsystems.com> | 2017-12-06 15:26:16 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-12-06 15:26:16 -0500 |
commit | 26adb9ffb680eea5cca242894e5ab0c0deb7a57e (patch) | |
tree | e254ee3176bd5126e7e09d6178332a1574d639fe | |
parent | Start trying to get stylesheet validation into the qss editor. (diff) | |
parent | add balloontip stylesheet (diff) | |
download | lumina-26adb9ffb680eea5cca242894e5ab0c0deb7a57e.tar.gz lumina-26adb9ffb680eea5cca242894e5ab0c0deb7a57e.tar.bz2 lumina-26adb9ffb680eea5cca242894e5ab0c0deb7a57e.zip |
Merge branch 'master' of github.com:trueos/lumina
-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(); |