mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Revert "Add margins to buttons and progressBar so they align"
This reverts commit 8776cedd27
.
This commit is contained in:
parent
8776cedd27
commit
8a55469499
1 changed files with 1 additions and 4 deletions
|
@ -33,7 +33,6 @@ UM.Dialog
|
|||
text: catalog.i18nc("@action:button", "Refresh")
|
||||
onClicked: manager.requestPluginList()
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: -3
|
||||
}
|
||||
}
|
||||
ScrollView
|
||||
|
@ -69,8 +68,7 @@ UM.Dialog
|
|||
anchors.left:parent.left
|
||||
anchors.right: closeButton.left
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
anchors.bottomMargin: 4
|
||||
height: UM.Theme.getSize("default_margin").height
|
||||
height: 10
|
||||
value: manager.downloadProgress
|
||||
}
|
||||
|
||||
|
@ -82,7 +80,6 @@ UM.Dialog
|
|||
onClicked: base.close()
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: -3
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue