mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Change some margins
CURA-8938
This commit is contained in:
parent
9b06849955
commit
7dbe5c0f7c
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ UM.Dialog
|
|||
|
||||
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
|
||||
// however with the current implementation of the dialog this is not possible, so instead we calculate
|
||||
// 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:
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue