aboutsummaryrefslogtreecommitdiff
path: root/dev-tools
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/systray-tester/main.cpp1
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();
bgstack15