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
c46b0b03
Commit
c46b0b03
authored
Mar 29, 2017
by
Don Gagne
Committed by
GitHub
Mar 29, 2017
Browse files
Merge pull request #4885 from DonLakeFlyer/CameraSetup
Camera setup sizing/position combo sizes
parents
a920efe9
2b797d29
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/CameraComponent.qml
View file @
c46b0b03
This diff is collapsed.
Click to expand it.
src/QmlControls/VehicleSummaryRow.qml
View file @
c46b0b03
import
QtQuick
2.3
import
QtQuick
2.3
import
QtQuick
.
Controls
1.2
import
QtQuick
.
Controls
.
Styles
1.
4
import
QtQuick
.
Layouts
1.
2
Row
{
Row
Layout
{
property
string
labelText
:
"
Label
"
property
string
valueText
:
"
value
"
...
...
@@ -13,8 +13,9 @@ Row {
text
:
labelText
}
QGCLabel
{
width
:
parent
.
width
-
label
.
contentWidth
text
:
valueText
horizontalAlignment
:
Text
.
AlignRight
;
text
:
valueText
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignRight
Layout.fillWidth
:
true
}
}
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