mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add left padding
CURA-9424
This commit is contained in:
parent
73ac7fa716
commit
f60463a237
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ UM.Dialog
|
|||
model: resolveStrategiesModel
|
||||
textRole: "label"
|
||||
visible: manager.qualityChangesConflict
|
||||
contentLeftPadding: UM.Theme.getSize("default_margin").width
|
||||
contentLeftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
|
||||
textFont: UM.Theme.getFont("medium")
|
||||
|
||||
background: Cura.RoundedRectangle
|
||||
|
@ -249,7 +249,7 @@ UM.Dialog
|
|||
model: resolveStrategiesModel
|
||||
textRole: "label"
|
||||
visible: manager.materialConflict
|
||||
contentLeftPadding: UM.Theme.getSize("default_margin").width
|
||||
contentLeftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
|
||||
textFont: UM.Theme.getFont("medium")
|
||||
|
||||
background: Cura.RoundedRectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue