Browse Source

Use default font for open file dialog text

CURA-3495
Lipu Fei 8 years ago
parent
commit
08f6ee319e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/AskOpenAsProjectOrModelsDialog.qml

+ 1 - 0
resources/qml/AskOpenAsProjectOrModelsDialog.qml

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