mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 09:10:47 +08:00
Change some margins
CURA-8938
This commit is contained in:
parent
9b06849955
commit
7dbe5c0f7c
@ -17,6 +17,8 @@ UM.Dialog
|
|||||||
|
|
||||||
property variant catalog: UM.I18nCatalog { name: "cura" }
|
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||||
|
|
||||||
|
margin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
// In this case we would like to let the content of the dialog determine the size of the dialog
|
// In this case we would like to let the content of the dialog determine the size of the dialog
|
||||||
// however with the current implementation of the dialog this is not possible, so instead we calculate
|
// however with the current implementation of the dialog this is not possible, so instead we calculate
|
||||||
// the size of the dialog ourselves.
|
// the size of the dialog ourselves.
|
||||||
@ -128,7 +130,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buttonSpacing: UM.Theme.getSize("default_margin").width
|
buttonSpacing: UM.Theme.getSize("thin_margin").width
|
||||||
|
|
||||||
rightButtons:
|
rightButtons:
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user