mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 01:59:17 +08:00
Revert "Add margins to buttons and progressBar so they align"
This reverts commit 8776cedd278ab0830f4f621d013e7ef75efbb9d1.
This commit is contained in:
parent
8776cedd27
commit
8a55469499
@ -33,7 +33,6 @@ UM.Dialog
|
|||||||
text: catalog.i18nc("@action:button", "Refresh")
|
text: catalog.i18nc("@action:button", "Refresh")
|
||||||
onClicked: manager.requestPluginList()
|
onClicked: manager.requestPluginList()
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: -3
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ScrollView
|
ScrollView
|
||||||
@ -69,8 +68,7 @@ UM.Dialog
|
|||||||
anchors.left:parent.left
|
anchors.left:parent.left
|
||||||
anchors.right: closeButton.left
|
anchors.right: closeButton.left
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.bottomMargin: 4
|
height: 10
|
||||||
height: UM.Theme.getSize("default_margin").height
|
|
||||||
value: manager.downloadProgress
|
value: manager.downloadProgress
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,7 +80,6 @@ UM.Dialog
|
|||||||
onClicked: base.close()
|
onClicked: base.close()
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: -3
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user