mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Rename Theme to Styles to allow for the introduction of a proper Theme object
This commit is contained in:
parent
4a8f6beb26
commit
89a035bab4
6 changed files with 35 additions and 33 deletions
|
@ -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:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue