mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Small fixes and change the "plugins" text to "packages"
This commit is contained in:
parent
1ecc52e920
commit
418bedc8f0
2 changed files with 3 additions and 5 deletions
|
@ -78,7 +78,7 @@ Window
|
|||
{
|
||||
id: footer
|
||||
visible: toolbox.restartRequired
|
||||
height: toolbox.restartRequired ? UM.Theme.getSize("toolbox_footer").height : 0
|
||||
height: visible ? UM.Theme.getSize("toolbox_footer").height : 0
|
||||
}
|
||||
// TODO: Clean this up:
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue