From 0430a274d98349d4fae00e8ae7db6066090194a6 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Aug 2017 09:10:35 +0200 Subject: [PATCH] Make slicing status text smaller Makes more room for the time/material estimates. Contributes to issue CURA-4149. --- resources/qml/SaveButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SaveButton.qml b/resources/qml/SaveButton.qml index 2ea7dafc91..6f6efad7f1 100644 --- a/resources/qml/SaveButton.qml +++ b/resources/qml/SaveButton.qml @@ -52,7 +52,7 @@ Item { anchors.leftMargin: UM.Theme.getSize("default_margin").width color: UM.Theme.getColor("text") - font: UM.Theme.getFont("large") + font: UM.Theme.getFont("default_bold") text: statusText; }