mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
WIP: Add comments
This commit is contained in:
parent
6b2642ee9a
commit
6f6e54fb06
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue