Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
529f9afc
Commit
529f9afc
authored
Sep 17, 2017
by
Don Gagne
Committed by
GitHub
Sep 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5660 from bluerobotics/pr-text-overflow-safety
Fix text overflow on sub safety page
parents
f58af567
d7ea1375
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
28 deletions
+35
-28
APMSafetyComponentSub.qml
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml
+35
-28
No files found.
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml
View file @
529f9afc
...
...
@@ -93,10 +93,11 @@ SetupPage {
spacing
:
_margins
/
2
QGCLabel
{
id
:
gcsEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
gcsEnableCombo
.
baseline
text
:
qsTr
(
"
GCS Heartbeat:
"
)
id
:
gcsEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
gcsEnableCombo
.
verticalCenter
text
:
qsTr
(
"
GCS Heartbeat:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -111,10 +112,11 @@ SetupPage {
spacing
:
_margins
/
2
QGCLabel
{
id
:
leakEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
leakEnableCombo
.
baseline
text
:
qsTr
(
"
Leak:
"
)
id
:
leakEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
leakEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Leak:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -160,10 +162,11 @@ SetupPage {
visible
:
!
_firmware34
QGCLabel
{
id
:
batteryEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
batteryEnableCombo
.
baseline
text
:
qsTr
(
"
Battery:
"
)
id
:
batteryEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
batteryEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Battery:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -207,10 +210,11 @@ SetupPage {
visible
:
!
_firmware34
QGCLabel
{
id
:
ekfEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
ekfEnableCombo
.
baseline
text
:
qsTr
(
"
EKF:
"
)
id
:
ekfEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
ekfEnableCombo
.
verticalCenter
text
:
qsTr
(
"
EKF:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -240,10 +244,11 @@ SetupPage {
visible
:
!
_firmware34
QGCLabel
{
id
:
pilotEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
pilotEnableCombo
.
baseline
text
:
qsTr
(
"
Pilot Input:
"
)
id
:
pilotEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
pilotEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Pilot Input:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -273,10 +278,11 @@ SetupPage {
spacing
:
_margins
/
2
QGCLabel
{
id
:
temperatureEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
temperatureEnableCombo
.
baseline
text
:
qsTr
(
"
Internal Temperature:
"
)
id
:
temperatureEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
temperatureEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Internal Temperature:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
@@ -305,10 +311,11 @@ SetupPage {
spacing
:
_margins
/
2
QGCLabel
{
id
:
pressureEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
pressureEnableCombo
.
baseline
text
:
qsTr
(
"
Internal Pressure:
"
)
id
:
pressureEnableLabel
width
:
failsafeSettings
.
_labelWidth
anchors.verticalCenter
:
pressureEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Internal Pressure:
"
)
wrapMode
:
Text
.
Wrap
}
FactComboBox
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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