From 6553443f3b95527d45a1f2ddc89e948c97f3f1b0 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 28 Jan 2020 14:41:29 +0100 Subject: [PATCH] Make marketplace materials link slightly smaller Contributes to issue CURA-7071. --- .../resources/qml/components/ToolboxDownloadsShowcase.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml b/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml index 048ef937d1..9b34952ab6 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxDownloadsShowcase.qml @@ -43,7 +43,7 @@ Rectangle width: contentWidth height: contentHeight horizontalAlignment: Text.AlignRight - font: UM.Theme.getFont("medium") + font: UM.Theme.getFont("default") renderType: Text.NativeRendering linkColor: UM.Theme.getColor("text_link")