From bd77e70c7afb98cc16341ad079c3de59c289f631 Mon Sep 17 00:00:00 2001 From: q5sys Date: Wed, 6 Dec 2017 11:33:00 -0500 Subject: add balloontip stylesheet --- dev-tools/systray-tester/main.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit