mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 22:26:00 +08:00
Increase size of icon to fit button exactly
Contributes to issue CURA-8565.
This commit is contained in:
parent
c117b61503
commit
07ee729cde
@ -29,9 +29,10 @@ Item
|
|||||||
|
|
||||||
tooltip: catalog.i18nc("@button:tooltip", "Back")
|
tooltip: catalog.i18nc("@button:tooltip", "Back")
|
||||||
toolTipContentAlignment: Cura.ToolTip.ContentAlignment.AlignRight
|
toolTipContentAlignment: Cura.ToolTip.ContentAlignment.AlignRight
|
||||||
iconSource: UM.Theme.getIcon("ArrowLeft")
|
|
||||||
leftPadding: UM.Theme.getSize("narrow_margin").width
|
leftPadding: UM.Theme.getSize("narrow_margin").width
|
||||||
rightPadding: leftPadding
|
rightPadding: leftPadding
|
||||||
|
iconSource: UM.Theme.getIcon("ArrowLeft")
|
||||||
|
iconSize: height - leftPadding * 2
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user