Add missing font & color

CURA-6810
This commit is contained in:
Jaime van Kessel 2019-09-26 12:55:14 +02:00
parent 9ced5e9205
commit b72b542d21
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 8 additions and 1 deletions

View file

@ -111,7 +111,6 @@ Popup
return Cura.MachineManager.activeQualityType == model.quality_type && Cura.MachineManager.activeIntentCategory == model.intent_category;
}
ButtonGroup.group: buttonGroup
}
}
}
@ -271,6 +270,8 @@ Popup
anchors.leftMargin: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
}
Label
{
@ -281,6 +282,8 @@ Popup
anchors.rightMargin: UM.Theme.getSize("default_margin").width
verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
}
}
onClicked: