diff options
author | Simon Rettberg | 2018-10-31 17:24:45 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-10-31 17:24:45 +0100 |
commit | 8b1facbbcdecb205dcbe5864af782b584f757f2a (patch) | |
tree | 00bd07de0530541a1a742d29b4711469912cecfe /src/ui | |
parent | Ignore logout/shutdown timeouts too far in the past (diff) | |
download | bwlp-screensaver-8b1facbbcdecb205dcbe5864af782b584f757f2a.tar.gz bwlp-screensaver-8b1facbbcdecb205dcbe5864af782b584f757f2a.tar.xz bwlp-screensaver-8b1facbbcdecb205dcbe5864af782b584f757f2a.zip |
Read messages from external files
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/saver.ui | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/ui/saver.ui b/src/ui/saver.ui index 7927e2f..8f1dc93 100644 --- a/src/ui/saver.ui +++ b/src/ui/saver.ui @@ -24,8 +24,13 @@ } QLabel { -color: #f64; -}</string> + color: #f64; +} + +#lblClock { + color: #999; +} +</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> @@ -78,9 +83,6 @@ color: #f64; <pointsize>20</pointsize> </font> </property> - <property name="styleSheet"> - <string notr="true">color: #999;</string> - </property> <property name="text"> <string notr="true"/> </property> |