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

View file

@ -504,7 +504,7 @@
"button_icon": [2.5, 2.5],
"button_lining": [0, 0],
"action_button": [15.0, 2.0],
"action_button": [15.0, 2.5],
"action_button_icon": [1.0, 1.0],
"action_button_radius": [0.15, 0.15],
@ -561,6 +561,7 @@
"message": [30.0, 5.0],
"message_close": [1, 1],
"message_radius": [0.25, 0.25],
"message_action_button": [0, 2.0],
"infill_button_margin": [0.5, 0.5],