UI: Fix dark theme QToolTip colors on windows

QToolTip's (background) color(s) would not apply on windows, work-around
taken from https://forum.qt.io/topic/24023/
This commit is contained in:
Palana
2015-05-10 05:19:43 +02:00
parent 8fb2929420
commit 7dd6b1d99a

View File

@@ -55,6 +55,7 @@ QAbstractItemView {
QToolTip {
background-color: rgb(31,30,31); /* veryDark */
color: rgb(205,205,205);
border: none;
}
QMenuBar::item {