Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
19bccbe8
Commit
19bccbe8
authored
May 24, 2017
by
DonLakeFlyer
Browse files
Default iOS font size bumped to 14
Testing on iPad Mini
parent
3842435b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/ScreenTools.qml
View file @
19bccbe8
...
...
@@ -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
=
1
2
;
baseSize
=
1
4
;
}
}
else
if
((
Screen
.
width
/
Screen
.
pixelDensity
)
<
120
)
{
baseSize
=
11
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment