From 79de5eebb71f151f2dca310a4392a2c3e0405af3 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 7 Mar 2017 11:33:02 +0100 Subject: [PATCH] CURA-3221 Use "default" theme for description text --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index 26c343ad5c..1f47709303 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -54,7 +54,7 @@ UM.Dialog { text: "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_bold") + font: UM.Theme.getFont("default") wrapMode: Text.WordWrap } }