From addf6429e5ac3a82da6742cd082e199e12b80419 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Aug 2017 09:45:12 +0200 Subject: [PATCH] Adjust font sizes of time/material estimates Emphasize the time estimate. Contributes to issue CURA-4149. --- resources/qml/Sidebar.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 1968722ae3..895d06322a 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -449,7 +449,7 @@ Rectangle id: timeSpec anchors.left: parent.left anchors.bottom: parent.bottom - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("large") color: UM.Theme.getColor("text_subtext") text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short) } @@ -459,7 +459,7 @@ Rectangle id: timeSpecDescription anchors.left: parent.left anchors.bottom: lengthSpec.top - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("very_small") color: UM.Theme.getColor("text_subtext") text: catalog.i18nc("@description", "Print time") } @@ -468,7 +468,7 @@ Rectangle id: lengthSpec anchors.left: parent.left anchors.bottom: parent.bottom - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("very_small") color: UM.Theme.getColor("text_subtext") text: {