mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Decrease margin sizes
They were way bigger compared to the UX design CURA-8563
This commit is contained in:
parent
d96ba0dcf3
commit
49db5be3aa
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ Window
|
|||
{
|
||||
anchors.fill: parent
|
||||
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
spacing: UM.Theme.getSize("thin_margin").height
|
||||
|
||||
OnboardBanner
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ Window
|
|||
RowLayout
|
||||
{
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("default_margin").height
|
||||
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("thin_margin").height
|
||||
spacing: UM.Theme.getSize("thin_margin").width
|
||||
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue