Browse Source

Use Label

CURA-6141
Lipu Fei 6 years ago
parent
commit
71b2787d0d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/ActionPanel/PrintJobInformation.qml

+ 2 - 2
resources/qml/ActionPanel/PrintJobInformation.qml

@@ -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