diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index 75e5c58724..60b9089c82 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -35,7 +35,7 @@ Item anchors.top: titleLabel.bottom anchors.left: parent.left anchors.right: parent.right - anchors.margins: 20 + anchors.margins: UM.Theme.getSize("wide_margin").width title: catalog.i18nc("@label", "Add a networked printer") contentShown: true // by default expand the network printer list @@ -80,7 +80,7 @@ Item anchors.top: addNetworkPrinterDropDown.bottom anchors.left: parent.left anchors.right: parent.right - anchors.margins: 20 + anchors.margins: UM.Theme.getSize("wide_margin").width title: catalog.i18nc("@label", "Add a non-networked printer") diff --git a/resources/qml/WelcomePages/WelcomeDialog.qml b/resources/qml/WelcomePages/WelcomeDialog.qml index 375b3c396c..a5bcb3e8c7 100644 --- a/resources/qml/WelcomePages/WelcomeDialog.qml +++ b/resources/qml/WelcomePages/WelcomeDialog.qml @@ -22,8 +22,8 @@ Window modality: Qt.ApplicationModal flags: Qt.Window | Qt.FramelessWindowHint - width: 580 // TODO - height: 600 // TODO + width: 580 * screenScaleFactor + height: 600 * screenScaleFactor color: "transparent" property int shadowOffset: 1 * screenScaleFactor