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

QmlDesigner.PropertyEditor: styling editable ComboBox


No panel for the text input.

Change-Id: I34be43afc2c16a4b78fa82e5987e6e9ecedf69d7
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 90dc6927
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ ComboBoxStyle {
property color highlightColor: "orange"
property color textColor: "#eee"
__editor: Item {
}
background: Item {
implicitWidth: 120
implicitHeight: 25
......
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