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

@ -13,7 +13,7 @@ Column
{
id: base
height: childrenRect.height
spacing: UM.Theme.getSize("base_unit").height
spacing: UM.Theme.getSize("default_margin").height
Label
{
id: heading
@ -27,8 +27,8 @@ Column
id: grid
width: parent.width
columns: 2
columnSpacing: UM.Theme.getSize("base_unit").width
rowSpacing: UM.Theme.getSize("base_unit").height
columnSpacing: UM.Theme.getSize("default_margin").height
rowSpacing: UM.Theme.getSize("default_margin").width
Repeater
{