Move text back to label and remove unused font

This commit is contained in:
Mark 2017-10-03 14:02:07 +02:00 committed by Ghostkeeper
parent e07e7bc9e7
commit e9a8ae15f3
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
6 changed files with 6 additions and 10 deletions

View file

@ -43,7 +43,7 @@ Item {
}
}
Text {
Label {
id: statusLabel
width: parent.width - 2 * UM.Theme.getSize("sidebar_margin").width
anchors.top: parent.top

View file

@ -114,7 +114,7 @@ Rectangle
}
}
Text {
Label {
id: settingsModeLabel
text: !hideSettings ? catalog.i18nc("@label:listbox", "Print Setup") : catalog.i18nc("@label:listbox","Print Setup disabled\nG-code files cannot be modified");
anchors.left: parent.left

View file

@ -363,7 +363,7 @@ Column
visible: !Cura.MachineManager.isCurrentSetupSupported
}
Text {
Label {
id: materialInfoLabel
wrapMode: Text.WordWrap
text: catalog.i18nc("@label", "<a href='%1'>Check material compatibility</a>")

View file

@ -385,7 +385,7 @@ Item
anchors.top: infillCellLeft.top
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height
Text {
Label {
id: selectedInfillRateText
//anchors.top: parent.top
@ -566,7 +566,7 @@ Item
}
}
Text {
Label {
id: gradualInfillLabel
anchors.left: enableGradualInfillCheckBox.right
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width / 2

View file

@ -43,7 +43,7 @@ UM.PointingRectangle {
base.opacity = 0;
}
Text {
Label {
id: label;
anchors {
top: parent.top;