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

QmlDesigner.PropertyEditor: some adjustment to ComboBox style


Change-Id: I52a80941e343ad9ad3cca7bc0bcdec8fe0a90156
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent f5203964
No related branches found
No related tags found
No related merge requests found
......@@ -67,12 +67,24 @@ ComboBoxStyle {
opacity: 0.3
visible: control.activeFocus
}
Rectangle {
color: "#333"
width: 1
anchors.right: imageItem.left
anchors.topMargin: 4
anchors.bottomMargin: 4
anchors.rightMargin: 6
anchors.top: parent.top
anchors.bottom: parent.bottom
}
Image {
id: imageItem
source: "images/down-arrow.png"
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.rightMargin: 8
anchors.rightMargin: 10
opacity: control.enabled ? 0.7 : 0.5
}
}
......
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