mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-5035 Review changes
This commit is contained in:
parent
7f622eb300
commit
668a92952c
13 changed files with 52 additions and 39 deletions
|
@ -70,7 +70,7 @@ Window
|
|||
{
|
||||
id: footer
|
||||
visible: toolbox.restartRequired
|
||||
height: toolbox.restartRequired ? UM.Theme.getSize("base_unit").height * 5 : 0
|
||||
height: toolbox.restartRequired ? UM.Theme.getSize("toolbox_footer").height : 0
|
||||
}
|
||||
// TODO: Clean this up:
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue