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
d7ea1375
Commit
d7ea1375
authored
Sep 13, 2017
by
dheideman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix text overflow on sub safety page
parent
47a9895a
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 @
d7ea1375
...
@@ -93,10 +93,11 @@ SetupPage {
...
@@ -93,10 +93,11 @@ SetupPage {
spacing
:
_margins
/
2
spacing
:
_margins
/
2
QGCLabel
{
QGCLabel
{
id
:
gcsEnableLabel
id
:
gcsEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
gcsEnableCombo
.
baseline
anchors.verticalCenter
:
gcsEnableCombo
.
verticalCenter
text
:
qsTr
(
"
GCS Heartbeat:
"
)
text
:
qsTr
(
"
GCS Heartbeat:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -111,10 +112,11 @@ SetupPage {
...
@@ -111,10 +112,11 @@ SetupPage {
spacing
:
_margins
/
2
spacing
:
_margins
/
2
QGCLabel
{
QGCLabel
{
id
:
leakEnableLabel
id
:
leakEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
leakEnableCombo
.
baseline
anchors.verticalCenter
:
leakEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Leak:
"
)
text
:
qsTr
(
"
Leak:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -160,10 +162,11 @@ SetupPage {
...
@@ -160,10 +162,11 @@ SetupPage {
visible
:
!
_firmware34
visible
:
!
_firmware34
QGCLabel
{
QGCLabel
{
id
:
batteryEnableLabel
id
:
batteryEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
batteryEnableCombo
.
baseline
anchors.verticalCenter
:
batteryEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Battery:
"
)
text
:
qsTr
(
"
Battery:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -207,10 +210,11 @@ SetupPage {
...
@@ -207,10 +210,11 @@ SetupPage {
visible
:
!
_firmware34
visible
:
!
_firmware34
QGCLabel
{
QGCLabel
{
id
:
ekfEnableLabel
id
:
ekfEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
ekfEnableCombo
.
baseline
anchors.verticalCenter
:
ekfEnableCombo
.
verticalCenter
text
:
qsTr
(
"
EKF:
"
)
text
:
qsTr
(
"
EKF:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -240,10 +244,11 @@ SetupPage {
...
@@ -240,10 +244,11 @@ SetupPage {
visible
:
!
_firmware34
visible
:
!
_firmware34
QGCLabel
{
QGCLabel
{
id
:
pilotEnableLabel
id
:
pilotEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
pilotEnableCombo
.
baseline
anchors.verticalCenter
:
pilotEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Pilot Input:
"
)
text
:
qsTr
(
"
Pilot Input:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -273,10 +278,11 @@ SetupPage {
...
@@ -273,10 +278,11 @@ SetupPage {
spacing
:
_margins
/
2
spacing
:
_margins
/
2
QGCLabel
{
QGCLabel
{
id
:
temperatureEnableLabel
id
:
temperatureEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
temperatureEnableCombo
.
baseline
anchors.verticalCenter
:
temperatureEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Internal Temperature:
"
)
text
:
qsTr
(
"
Internal Temperature:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
FactComboBox
{
...
@@ -305,10 +311,11 @@ SetupPage {
...
@@ -305,10 +311,11 @@ SetupPage {
spacing
:
_margins
/
2
spacing
:
_margins
/
2
QGCLabel
{
QGCLabel
{
id
:
pressureEnableLabel
id
:
pressureEnableLabel
width
:
failsafeSettings
.
_labelWidth
width
:
failsafeSettings
.
_labelWidth
anchors.baseline
:
pressureEnableCombo
.
baseline
anchors.verticalCenter
:
pressureEnableCombo
.
verticalCenter
text
:
qsTr
(
"
Internal Pressure:
"
)
text
:
qsTr
(
"
Internal Pressure:
"
)
wrapMode
:
Text
.
Wrap
}
}
FactComboBox
{
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