Browse Source

Default iOS font size bumped to 14

Testing on iPad Mini
QGC4.4
DonLakeFlyer 8 years ago
parent
commit
19bccbe848
  1. 2
      src/QmlControls/ScreenTools.qml

2
src/QmlControls/ScreenTools.qml

@ -137,7 +137,7 @@ Item { @@ -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;

Loading…
Cancel
Save