mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
WIP: Add comments
This commit is contained in:
parent
6b2642ee9a
commit
6f6e54fb06
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user