Fixed height for action message buttons

CURA-6115
This commit is contained in:
Jaime van Kessel 2019-01-29 13:28:32 +01:00
parent 4151050127
commit 805b4dbe4c
2 changed files with 4 additions and 1 deletions

View file

@ -379,6 +379,7 @@ UM.MainWindow
Cura.PrimaryButton
{
text: model.name
height: UM.Theme.getSize("message_action_button").height
}
}
@ -387,6 +388,7 @@ UM.MainWindow
Cura.SecondaryButton
{
text: model.name
height: UM.Theme.getSize("message_action_button").height
}
}
}