aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq5sys <jt@xsystems.com>2017-12-06 11:33:00 -0500
committerq5sys <jt@xsystems.com>2017-12-06 11:33:00 -0500
commitbd77e70c7afb98cc16341ad079c3de59c289f631 (patch)
treede43aab1f6d33b1cb2fed50da3c27bf9ce1aa2d5
parentFix the LUtils.pri file: Forgot to remove a couple unused files from the incl... (diff)
downloadlumina-bd77e70c7afb98cc16341ad079c3de59c289f631.tar.gz
lumina-bd77e70c7afb98cc16341ad079c3de59c289f631.tar.bz2
lumina-bd77e70c7afb98cc16341ad079c3de59c289f631.zip
add balloontip stylesheet
-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