Rename Theme to Styles to allow for the introduction of a proper Theme object

This commit is contained in:
Arjen Hiemstra 2015-03-25 13:36:40 +01:00
parent 4a8f6beb26
commit 89a035bab4
6 changed files with 35 additions and 33 deletions

View file

@ -20,7 +20,7 @@ Window {
ColumnLayout {
anchors.fill: parent;
anchors.margins: UM.Theme.defaultMargin;
anchors.margins: UM.Styles.defaultMargin;
Label {
text: qsTr("Please select the type of printer:");