WIP: Add comments

This commit is contained in:
Lipu Fei 2019-03-11 09:22:41 +01:00
parent 6b2642ee9a
commit 6f6e54fb06

View file

@ -109,6 +109,8 @@ Item
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: networkPrinterScrollView.bottom 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.bottomMargin: -border.width
anchors.leftMargin: -border.width anchors.leftMargin: -border.width
anchors.rightMargin: -border.width anchors.rightMargin: -border.width