Browse Source

Remove theme font from system-themed dialogue

See commit 36dedabd11a36bd40669fbcf3b0e1f820c47acf1.
Ghostkeeper 7 years ago
parent
commit
9de041ade5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 0 - 1
resources/qml/DiscardOrKeepProfileChangesDialog.qml

@@ -56,7 +56,6 @@ UM.Dialog
         {
             text: catalog.i18nc("@text:window", "You have customized some profile settings.\nWould you like to keep or discard those settings?")
             anchors.margins: UM.Theme.getSize("default_margin").width
-            font: UM.Theme.getFont("default")
             wrapMode: Text.WordWrap
         }
     }