mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fixed height for action message buttons
CURA-6115
This commit is contained in:
parent
4151050127
commit
805b4dbe4c
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue