mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Adjust warning label margins
CURA-9424
This commit is contained in:
parent
8bb6083481
commit
c987ef5315
1 changed files with 3 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
leftPadding: UM.Theme.getSize("medium_button_icon").width + UM.Theme.getSize("default_margin").width
|
leftPadding: UM.Theme.getSize("medium_button_icon").width + UM.Theme.getSize("default_margin").width
|
||||||
|
bottomPadding: UM.Theme.getSize("narrow_margin").height
|
||||||
|
|
||||||
WorkspaceRow
|
WorkspaceRow
|
||||||
{
|
{
|
||||||
|
|
@ -283,7 +284,9 @@ UM.Dialog
|
||||||
id: clearBuildPlateWarning
|
id: clearBuildPlateWarning
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
visible: manager.hasObjectsOnPlate
|
visible: manager.hasObjectsOnPlate
|
||||||
|
|
||||||
UM.ColorImage
|
UM.ColorImage
|
||||||
{
|
{
|
||||||
width: warningLabel.height
|
width: warningLabel.height
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue