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
0f2d4a46
Commit
0f2d4a46
authored
Aug 31, 2017
by
dheideman
Browse files
Use enumString for large indicators on instrument widget
parent
432971ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightMap/Widgets/ValuePageWidget.qml
View file @
0f2d4a46
...
...
@@ -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