diff --git a/resources/qml/WelcomePages/AddPrinterBySelectionContent.qml b/resources/qml/WelcomePages/AddPrinterBySelectionContent.qml index 3936e48728..77b3fe8122 100644 --- a/resources/qml/WelcomePages/AddPrinterBySelectionContent.qml +++ b/resources/qml/WelcomePages/AddPrinterBySelectionContent.qml @@ -109,6 +109,8 @@ Item anchors.left: parent.left anchors.right: parent.right anchors.top: networkPrinterScrollView.bottom + // Make sure that the left, right, and bottom borders do not show up, otherwise you see double + // borders. anchors.bottomMargin: -border.width anchors.leftMargin: -border.width anchors.rightMargin: -border.width