From 6f6e54fb060acd9b6e89cc79a3f1b1c99501a75b Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 11 Mar 2019 09:22:41 +0100 Subject: [PATCH] WIP: Add comments --- resources/qml/WelcomePages/AddPrinterBySelectionContent.qml | 2 ++ 1 file changed, 2 insertions(+) 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