CURA-5035 Review changes

This commit is contained in:
Ian Paschal 2018-04-20 13:26:23 +02:00
parent 7f622eb300
commit 668a92952c
13 changed files with 52 additions and 39 deletions

View file

@ -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