mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:58:58 +08:00
Add left padding
CURA-9424
This commit is contained in:
parent
73ac7fa716
commit
f60463a237
@ -195,7 +195,7 @@ UM.Dialog
|
|||||||
model: resolveStrategiesModel
|
model: resolveStrategiesModel
|
||||||
textRole: "label"
|
textRole: "label"
|
||||||
visible: manager.qualityChangesConflict
|
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")
|
textFont: UM.Theme.getFont("medium")
|
||||||
|
|
||||||
background: Cura.RoundedRectangle
|
background: Cura.RoundedRectangle
|
||||||
@ -249,7 +249,7 @@ UM.Dialog
|
|||||||
model: resolveStrategiesModel
|
model: resolveStrategiesModel
|
||||||
textRole: "label"
|
textRole: "label"
|
||||||
visible: manager.materialConflict
|
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")
|
textFont: UM.Theme.getFont("medium")
|
||||||
|
|
||||||
background: Cura.RoundedRectangle
|
background: Cura.RoundedRectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user