mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Increase margins
between image, text and action button in the monitor page CURA-9422
This commit is contained in:
parent
55c312e9bb
commit
ad7c18d75e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Rectangle
|
||||||
{
|
{
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("wide_margin").height
|
||||||
padding: UM.Theme.getSize("default_margin").width
|
padding: UM.Theme.getSize("default_margin").width
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue