From 0da6d311b6fe5f65efa27526e01ffa325025f436 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 9 May 2011 14:41:42 +0200 Subject: [PATCH] QmlDesigner.propertyEditor: fix tooltips We set a stylesheet to avoid bugs with certain styles. Task-number: QTCREATORBUG-4003 --- share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css index c58355cdf7..1f67f7b50d 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css @@ -433,3 +433,10 @@ QMenu::separator { border-radius: 3px; } +QToolTip { + color: #333333; + background-color: #eeeeee; + border-color: #333333; + border-width: 1px; +} + -- 2.11.0