mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue