mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
CURA-5035 Removed all base units
This commit is contained in:
parent
668a92952c
commit
9b556e9c86
11 changed files with 35 additions and 30 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue