Give action button a sane default height

We don't want to give it a default width since that should just adjust to its contents by default, which is fine.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-20 14:34:06 +01:00
parent a1068a3ef2
commit dca286cea5
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 1 additions and 4 deletions

View file

@ -31,6 +31,7 @@ Button
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
height: UM.Theme.getSize("action_button").height
contentItem: Row
{