forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: fix tooltips
We set a stylesheet to avoid bugs with certain styles. Task-number: QTCREATORBUG-4003
This commit is contained in:
@@ -433,3 +433,10 @@ QMenu::separator {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolTip {
|
||||||
|
color: #333333;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
border-color: #333333;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user