mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -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
|
@ -58,7 +58,7 @@ Item
|
|||
font: UM.Theme.getFont("large")
|
||||
wrapMode: Text.WordWrap
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("base_unit") * 2
|
||||
height: UM.Theme.getSize("toolbox_property_label").height
|
||||
}
|
||||
|
||||
Column
|
||||
|
@ -102,7 +102,6 @@ Item
|
|||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
spacing: Math.floor(UM.Theme.getSize("narrow_margin").height)
|
||||
// width: UM.Theme.getSize("base_unit").width * 12
|
||||
Label
|
||||
{
|
||||
text: details.version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue