From 9de041ade51d4ba9f0b33529b8d7d1b06a1d5d3b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 12 May 2017 09:45:53 +0200 Subject: [PATCH] Remove theme font from system-themed dialogue See commit 36dedabd11a36bd40669fbcf3b0e1f820c47acf1. --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index 1cdde17840..f3c790e416 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/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 } }