mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Make icons smaller for tertiary buttons
These are typically visually smaller buttons, since they don't have an outline. It makes more sense to use the size of the text then, or something thereabouts. Contributes to issue CURA-8565.
This commit is contained in:
parent
c48c449354
commit
c1f0fb1faf
2 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,5 @@ Cura.ActionButton
|
|||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
hoverColor: "transparent"
|
||||
underlineTextOnHover: true
|
||||
iconSize: UM.Theme.getSize("action_button_icon_small").height
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue