mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Convert Toolbar.qml and styles.qml to Theme getThing style
This commit is contained in:
parent
d93055da1a
commit
19c25895bf
2 changed files with 185 additions and 136 deletions
|
|
@ -29,7 +29,7 @@ Item {
|
|||
|
||||
Button {
|
||||
text: model.name
|
||||
iconSource: UM.Theme.icons[model.icon];
|
||||
iconSource: UM.Theme.getIcon(model.icon);
|
||||
|
||||
checkable: true;
|
||||
checked: model.active;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue