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

QmlDesigner.propertyEditor: some css tweaking

parent 8411a6ba
No related branches found
No related tags found
No related merge requests found
QPushButton {
border-image: url(:/qmldesigner/images/aspectlockoff.png);
}
QPushButton:pressed {
border-image: url(:/qmldesigner/images/aspectlockset.png);
}
QPushButton:checked {
border-image: url(:/qmldesigner/images/aspectlockset.png);
}
...@@ -232,6 +232,10 @@ QComboBox[editable="false"] { ...@@ -232,6 +232,10 @@ QComboBox[editable="false"] {
spacing: 2px; spacing: 2px;
} }
QFontComboBox {
padding-left: 16px;
}
QComboBox[editable="false"]::drop-down { QComboBox[editable="false"]::drop-down {
subcontrol-origin: padding; subcontrol-origin: padding;
subcontrol-position: top right; subcontrol-position: top right;
......
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