QmlDesigner.propertyEditor: fix tooltips

We set a stylesheet to avoid bugs with certain styles.
Task-number: QTCREATORBUG-4003
This commit is contained in:
Thomas Hartmann
2011-05-09 14:41:42 +02:00
parent 8828d2c063
commit 0da6d311b6

View File

@@ -433,3 +433,10 @@ QMenu::separator {
border-radius: 3px;
}
QToolTip {
color: #333333;
background-color: #eeeeee;
border-color: #333333;
border-width: 1px;
}