|
@@ -27,7 +27,7 @@ Item
|
|
|
{
|
|
|
id: titleLabel
|
|
|
anchors.top: parent.top
|
|
|
- anchors.topMargin: UM.Theme.getSize("default_margin").height
|
|
|
+ anchors.topMargin: UM.Theme.getSize("welcome_pages_default_margin").height
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
horizontalAlignment: Text.AlignHCenter
|
|
|
text: catalog.i18nc("@label", "Add printer by IP address")
|
|
@@ -200,7 +200,7 @@ Item
|
|
|
id: backButton
|
|
|
anchors.left: parent.left
|
|
|
anchors.bottom: parent.bottom
|
|
|
- anchors.margins: UM.Theme.getSize("default_margin").width
|
|
|
+ anchors.margins: UM.Theme.getSize("welcome_pages_default_margin").width
|
|
|
text: catalog.i18nc("@button", "Cancel")
|
|
|
width: UM.Theme.getSize("action_button").width
|
|
|
fixedWidthMode: true
|
|
@@ -212,7 +212,7 @@ Item
|
|
|
id: connectButton
|
|
|
anchors.right: parent.right
|
|
|
anchors.bottom: parent.bottom
|
|
|
- anchors.margins: UM.Theme.getSize("default_margin").width
|
|
|
+ anchors.margins: UM.Theme.getSize("welcome_pages_default_margin").width
|
|
|
text: catalog.i18nc("@button", "Connect")
|
|
|
width: UM.Theme.getSize("action_button").width
|
|
|
fixedWidthMode: true
|