Skip to content
Snippets Groups Projects
Commit ba6d1e6f authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: tweak stylesheet

parent e49ff3b8
No related branches found
No related tags found
No related merge requests found
...@@ -199,19 +199,19 @@ QPushButton { ...@@ -199,19 +199,19 @@ QPushButton {
QPushButton, QComboBox[editable="false"], QPushButton, QComboBox[editable="false"],
QComboBox[editable="true"] { QComboBox[editable="true"] {
border-image: url(:/qmldesigner/images/pushbutton.png) 3; border-image: url(:/qmldesigner/images/pushbutton.png) 4;
border-width: 3; border-width: 3;
} }
QPushButton:hover, QComboBox[editable="false"]:hover, QPushButton:hover, QComboBox[editable="false"]:hover,
QComboBox[editable="true"]:hover, QMenuBar::item: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; border-width: 3;
} }
QPushButton:pressed, QComboBox[editable="false"]:on, QPushButton:pressed, QComboBox[editable="false"]:on,
QComboBox[editable="true"]:on, QMenuBar::item: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; border-width: 3;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment