mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:19:01 +08:00
Use Label
CURA-6141
This commit is contained in:
parent
3d413ceb2c
commit
71b2787d0d
@ -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…
x
Reference in New Issue
Block a user