Use Primary Text Size

This commit is contained in:
Sarah Jamie Lewis 2020-11-19 16:13:26 -08:00
parent 71203b7b8b
commit 5c670e6d3f
1 changed files with 1 additions and 1 deletions

View File

@ -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