From 5c670e6d3f0e540e1b55acef22f14d8e39df293c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 19 Nov 2020 16:13:26 -0800 Subject: [PATCH] Use Primary Text Size --- Toolbar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolbar.qml b/Toolbar.qml index d11a62d..fc94091 100644 --- a/Toolbar.qml +++ b/Toolbar.qml @@ -74,7 +74,7 @@ Rectangle { // Global Toolbar anchors.horizontalCenter: parent.horizontalCenter color: Theme.mainTextColor - font.pixelSize: Theme.tabSize * gcd.themeScale + font.pixelSize: Theme.primaryTextSize * gcd.themeScale elide: Text.ElideRight font.weight: Font.Bold font.family: Fonts.applicationFontRegular.name