提交 7dd6b1d9 编写于 作者: P Palana

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/
上级 8fb29294
......@@ -55,6 +55,7 @@ QAbstractItemView {
QToolTip {
background-color: rgb(31,30,31); /* veryDark */
color: rgb(205,205,205);
border: none;
}
QMenuBar::item {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册