mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Merge remote-tracking branch 'origin/CURA-8688_qt6_cleanup' into CURA-8688_qt6_cleanup
This commit is contained in:
commit
ab21dcdfd4
1 changed files with 1 additions and 3 deletions
|
@ -120,9 +120,7 @@ UM.ManagementPage
|
||||||
id: actionDialog
|
id: actionDialog
|
||||||
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
||||||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||||
maximumWidth: minimumWidth * 3
|
rightButtons: Cura.TertiaryButton
|
||||||
maximumHeight: minimumHeight * 3
|
|
||||||
rightButtons: Button
|
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Close")
|
text: catalog.i18nc("@action:button", "Close")
|
||||||
icon.name: "dialog-close"
|
icon.name: "dialog-close"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue