summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-02-25 18:11:31 +0100
committerTannin <devnull@localhost>2015-02-25 18:11:31 +0100
commite01ab940b0d76bfec8d7037ee56938780a74dc5b (patch)
treecf0e4da4425407415889c487899995f99a80482b /src
parente9c937f90915393714b95d2915adc7a98e98ddd1 (diff)
bugfix: tooltips in dark style were too transparent
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/dark.qss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index a3819fad..56cb2631 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -5,7 +5,7 @@ QToolTip
background-color: #2F3031;
padding: 1px;
border-radius: 3px;
- opacity: 100;
+ opacity: 255;
}
QWidget