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:
Ghostkeeper 2021-11-30 14:56:09 +01:00 committed by Jelle Spijker
parent 3a284e3c2c
commit 6f65521ce8
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
2 changed files with 2 additions and 0 deletions

View file

@ -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
}