Use default font for open file dialog text

CURA-3495
This commit is contained in:
Lipu Fei 2017-03-23 08:46:48 +01:00
parent ef0a502dcf
commit 08f6ee319e

View file

@ -67,6 +67,7 @@ UM.Dialog
{
text: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project\nor import the models from it?")
anchors.margins: UM.Theme.getSize("default_margin").width
font: UM.Theme.getFont("default")
wrapMode: Text.WordWrap
}