CURA-5035 Removed all base units

This commit is contained in:
Ian Paschal 2018-04-20 14:08:44 +02:00
parent 668a92952c
commit 9b556e9c86
11 changed files with 35 additions and 30 deletions

View file

@ -42,8 +42,8 @@ Item
color: button.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("text")
source: UM.Theme.getIcon("arrow_left")
}
width: UM.Theme.getSize("base_unit").width * 4
height: UM.Theme.getSize("base_unit").height * 2
width: UM.Theme.getSize("toolbox_back_button").width
height: UM.Theme.getSize("toolbox_back_button").height
onClicked:
{
toolbox.viewPage = "overview"