Revert "Decrease margin sizes"

This reverts commit 49db5be3aa.
This commit is contained in:
casper 2021-11-30 12:57:22 +01:00
parent 49db5be3aa
commit c62b21ad44

View file

@ -47,7 +47,7 @@ Window
{
anchors.fill: parent
spacing: UM.Theme.getSize("thin_margin").height
spacing: UM.Theme.getSize("default_margin").height
OnboardBanner
{
@ -89,7 +89,7 @@ Window
RowLayout
{
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
Rectangle