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
d9988428
Commit
d9988428
authored
Sep 06, 2017
by
Don Gagne
Committed by
GitHub
Sep 06, 2017
Browse files
Merge pull request #5623 from bluerobotics/pr-use-enum-string-indicator
Use enumString for large indicators on instrument widget
parents
0bacb83e
0f2d4a46
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightMap/Widgets/ValuePageWidget.qml
View file @
d9988428
...
...
@@ -91,7 +91,7 @@ Column {
font.pointSize
:
ScreenTools
.
mediumFontPointSize
*
(
largeValue
?
1.3
:
1.0
)
font.family
:
largeValue
?
ScreenTools
.
demiboldFontFamily
:
ScreenTools
.
normalFontFamily
fontSizeMode
:
Text
.
HorizontalFit
text
:
fact
.
v
alueString
text
:
fact
.
enumOrV
alueString
}
}
}
...
...
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