Add reusable style for comboboxes to the theme

CURA-790
This commit is contained in:
fieldOfView 2016-04-27 10:28:58 +02:00
parent 6907c8921e
commit 4a2b1af9f5
2 changed files with 48 additions and 0 deletions

View file

@ -307,6 +307,7 @@ Item
model: extruderModel
anchors.top: parent.top
anchors.left: supportExtruderLabel.right
style: UM.Theme.styles.combobox
}
Label {
@ -325,6 +326,7 @@ Item
anchors.top: mainExtruderCombobox.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.left: supportExtruderLabel.right
style: UM.Theme.styles.combobox
}
ListModel {