forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: some css tweaking
This commit is contained in:
11
share/qtcreator/qmldesigner/propertyeditor/Qt/aspectlock.css
Normal file
11
share/qtcreator/qmldesigner/propertyeditor/Qt/aspectlock.css
Normal file
@@ -0,0 +1,11 @@
|
||||
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"] {
|
||||
spacing: 2px;
|
||||
}
|
||||
|
||||
QFontComboBox {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
QComboBox[editable="false"]::drop-down {
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
|
Reference in New Issue
Block a user