Skip to content

Commit

Permalink
android: lower x-large font
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 26, 2018
1 parent 4f17cda commit c6d5276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/components/Units.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Item {
if (s === "large")
return 18.0 * scaleFactor * fontScaleFactor;
if (s === "x-large")
return 25.0 * scaleFactor * fontScaleFactor;
return 24.0 * scaleFactor * fontScaleFactor;
} else {
if (s === "x-small")
return 9.0 * scaleFactor * fontScaleFactor;
Expand Down

0 comments on commit c6d5276

Please sign in to comment.