mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:09:02 +08:00
Fixed height for action message buttons
CURA-6115
This commit is contained in:
parent
4151050127
commit
805b4dbe4c
@ -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…
x
Reference in New Issue
Block a user