From ba6d1e6fad97d0e22ee0feeae51e22b94da73453 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Tue, 2 Mar 2010 16:00:10 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: tweak stylesheet --- .../qmldesigner/propertyeditor/Qt/propertyEditor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css index 10fe27d77b5..e92f306a206 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css @@ -199,19 +199,19 @@ QPushButton { QPushButton, QComboBox[editable="false"], QComboBox[editable="true"] { - border-image: url(:/qmldesigner/images/pushbutton.png) 3; + border-image: url(:/qmldesigner/images/pushbutton.png) 4; border-width: 3; } QPushButton:hover, QComboBox[editable="false"]:hover, QComboBox[editable="true"]:hover, QMenuBar::item:hover { - border-image: url(:/qmldesigner/images/pushbutton_hover.png) 3; + border-image: url(:/qmldesigner/images/pushbutton_hover.png) 4; border-width: 3; } QPushButton:pressed, QComboBox[editable="false"]:on, QComboBox[editable="true"]:on, QMenuBar::item:on { - border-image: url(:/qmldesigner/images/pushbutton_pressed.png) 3; + border-image: url(:/qmldesigner/images/pushbutton_pressed.png) 4; border-width: 3; } -- GitLab