mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add reusable style for comboboxes to the theme
CURA-790
This commit is contained in:
parent
6907c8921e
commit
4a2b1af9f5
2 changed files with 48 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue