Convert Toolbar.qml and styles.qml to Theme getThing style

This commit is contained in:
Arjen Hiemstra 2016-01-25 02:40:29 +01:00 committed by Ghostkeeper
parent d93055da1a
commit 19c25895bf
2 changed files with 185 additions and 136 deletions

View file

@ -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;