mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 19:01:05 -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
|
||||
{
|
||||
model: modelData
|
||||
Text
|
||||
Label
|
||||
{
|
||||
width: Math.round(byLineType.width * byLineType.columnWidthMultipliers[index])
|
||||
height: contentHeight
|
||||
|
|
@ -178,7 +178,7 @@ Column
|
|||
Repeater
|
||||
{
|
||||
model: modelData
|
||||
Text
|
||||
Label
|
||||
{
|
||||
width: Math.round(byMaterialType.width * byMaterialType.columnWidthMultipliers[index])
|
||||
height: contentHeight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue