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
d8c23272
Commit
d8c23272
authored
Jan 16, 2016
by
Don Gagne
Browse files
Clip parameter row strings
parent
52e1760e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/QmlControls/ParameterEditor.qml
View file @
d8c23272
...
...
@@ -289,12 +289,14 @@ QGCView {
id
:
nameLabel
width
:
ScreenTools
.
defaultFontPixelWidth
*
20
text
:
factRow
.
modelFact
.
name
clip
:
true
}
QGCLabel
{
id
:
valueLabel
width
:
ScreenTools
.
defaultFontPixelWidth
*
20
color
:
factRow
.
modelFact
.
defaultValueAvailable
?
(
factRow
.
modelFact
.
valueEqualsDefault
?
__qgcPal
.
text
:
__qgcPal
.
warningText
)
:
__qgcPal
.
text
text
:
factRow
.
modelFact
.
enumStrings
.
length
==
0
?
factRow
.
modelFact
.
valueString
+
"
"
+
factRow
.
modelFact
.
units
:
factRow
.
modelFact
.
enumStringValue
clip
:
true
}
QGCLabel
{
text
:
factRow
.
modelFact
.
shortDescription
...
...
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