Commit 19bccbe8 authored by DonLakeFlyer's avatar DonLakeFlyer

Default iOS font size bumped to 14

Testing on iPad Mini
parent 3842435b
......@@ -137,7 +137,7 @@ Item {
// we will just drop point size to make things fit. Correct size not yet determined.
baseSize = 12; // This will be lowered in a future pull
} else {
baseSize = 12;
baseSize = 14;
}
} else if((Screen.width / Screen.pixelDensity) < 120) {
baseSize = 11;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment