mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Increase size of icon to fit button exactly
Contributes to issue CURA-8565.
This commit is contained in:
parent
d4ebf3baa0
commit
cb7b9b3193
1 changed files with 2 additions and 1 deletions
|
@ -29,9 +29,10 @@ Item
|
|||
|
||||
tooltip: catalog.i18nc("@button:tooltip", "Back")
|
||||
toolTipContentAlignment: Cura.ToolTip.ContentAlignment.AlignRight
|
||||
iconSource: UM.Theme.getIcon("ArrowLeft")
|
||||
leftPadding: UM.Theme.getSize("narrow_margin").width
|
||||
rightPadding: leftPadding
|
||||
iconSource: UM.Theme.getIcon("ArrowLeft")
|
||||
iconSize: height - leftPadding * 2
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue