mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Use Label
CURA-6141
This commit is contained in:
parent
3d413ceb2c
commit
71b2787d0d
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ Column
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: modelData
|
model: modelData
|
||||||
Text
|
Label
|
||||||
{
|
{
|
||||||
width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index])
|
width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index])
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
|
|
@ -178,7 +178,7 @@ Column
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: modelData
|
model: modelData
|
||||||
Text
|
Label
|
||||||
{
|
{
|
||||||
width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index])
|
width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index])
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue