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
36021232
Commit
36021232
authored
Jun 14, 2016
by
Don Gagne
Committed by
GitHub
Jun 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3567 from DonLakeFlyer/SettingsRealEstate
Settings real estate
parents
c26993a0
e32b8a27
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
39 deletions
+1
-39
FlightDisplayViewWidgets.qml
src/FlightDisplay/FlightDisplayViewWidgets.qml
+1
-1
GeneralSettings.qml
src/ui/preferences/GeneralSettings.qml
+0
-16
LinkSettings.qml
src/ui/preferences/LinkSettings.qml
+0
-13
MavlinkSettings.qml
src/ui/preferences/MavlinkSettings.qml
+0
-9
No files found.
src/FlightDisplay/FlightDisplayViewWidgets.qml
View file @
36021232
...
...
@@ -441,7 +441,7 @@ Item {
QGCLabel
{
anchors.horizontalCenter
:
parent
.
horizontalCenter
color
:
qgcPal
.
button
color
:
_lightWidgetBorders
?
qgcPal
.
mapWidgetBorderDark
:
qgcPal
.
mapWidgetBorderLight
text
:
"
Click in map to move vehicle
"
visible
:
_activeVehicle
&&
_activeVehicle
.
guidedMode
&&
_activeVehicle
.
flying
}
...
...
src/ui/preferences/GeneralSettings.qml
View file @
36021232
...
...
@@ -43,22 +43,6 @@ Rectangle {
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
text
:
qsTr
(
"
General Settings
"
)
font.pointSize
:
ScreenTools
.
mediumFontPointSize
}
Rectangle
{
height
:
1
width
:
parent
.
width
color
:
qgcPal
.
text
}
Item
{
height
:
ScreenTools
.
defaultFontPixelHeight
/
2
width
:
parent
.
width
}
//-----------------------------------------------------------------
//-- Base UI Font Point Size
Row
{
...
...
src/ui/preferences/LinkSettings.qml
View file @
36021232
...
...
@@ -59,19 +59,6 @@ Rectangle {
width
:
_linkRoot
.
width
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
text
:
qsTr
(
"
Comm Link Settings
"
)
font.pointSize
:
ScreenTools
.
mediumFontPointSize
}
Rectangle
{
height
:
1
width
:
parent
.
width
color
:
qgcPal
.
button
}
Item
{
height
:
ScreenTools
.
defaultFontPixelHeight
/
2
width
:
parent
.
width
}
Repeater
{
model
:
QGroundControl
.
linkManager
.
linkConfigurations
delegate
:
...
...
src/ui/preferences/MavlinkSettings.qml
View file @
36021232
...
...
@@ -40,15 +40,6 @@ Rectangle {
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
QGCLabel
{
text
:
qsTr
(
"
MavLink Settings
"
)
font.pointSize
:
ScreenTools
.
mediumFontPointSize
}
Rectangle
{
height
:
1
width
:
parent
.
width
color
:
qgcPal
.
button
}
//-----------------------------------------------------------------
//-- System ID
Row
{
...
...
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