mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 08:05:54 +08:00
Revert "Decrease margin sizes"
This reverts commit 49db5be3aa731f8c9be6fe39f77ccbb8ee26f622.
This commit is contained in:
parent
49db5be3aa
commit
c62b21ad44
@ -47,7 +47,7 @@ Window
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
spacing: UM.Theme.getSize("thin_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
OnboardBanner
|
OnboardBanner
|
||||||
{
|
{
|
||||||
@ -89,7 +89,7 @@ Window
|
|||||||
RowLayout
|
RowLayout
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("thin_margin").height
|
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("default_margin").height
|
||||||
spacing: UM.Theme.getSize("thin_margin").width
|
spacing: UM.Theme.getSize("thin_margin").width
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user