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