mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Use medium_button instead of toolbar_button
Since it is less specific and can be used in other places too. CURA-8202
This commit is contained in:
parent
0478c127bf
commit
0904324dde
7 changed files with 12 additions and 15 deletions
|
@ -30,7 +30,7 @@ Item
|
|||
text: catalog.i18nc("@label", "Support")
|
||||
font: UM.Theme.getFont("medium")
|
||||
width: labelColumnWidth
|
||||
iconSize: UM.Theme.getSize("toolbar_button_icon").width
|
||||
iconSize: UM.Theme.getSize("medium_button_icon").width
|
||||
}
|
||||
|
||||
Item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue