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
1be9b3a6
Commit
1be9b3a6
authored
Apr 04, 2016
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3140 from DonLakeFlyer/SensorFont
Sensors: Use standard font size to fit on tablet
parents
8158bdbb
f5f802cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
SensorsComponent.qml
src/AutoPilotPlugins/PX4/SensorsComponent.qml
+0
-8
No files found.
src/AutoPilotPlugins/PX4/SensorsComponent.qml
View file @
1be9b3a6
...
...
@@ -57,9 +57,6 @@ QGCView {
// Used to pass help text to the preCalibrationDialog dialog
property
string
preCalibrationDialogHelp
readonly
property
int
sideBarH1PointSize
:
ScreenTools
.
mediumFontPixelSize
readonly
property
int
mainTextH1PointSize
:
ScreenTools
.
mediumFontPixelSize
// Seems to be unused
readonly
property
int
rotationColumnWidth
:
250
readonly
property
var
rotations
:
[
"
ROTATION_NONE
"
,
...
...
@@ -214,7 +211,6 @@ QGCView {
id
:
compass0ComponentLabel
QGCLabel
{
font.pixelSize
:
sideBarH1PointSize
text
:
"
External Compass Orientation
"
}
...
...
@@ -470,7 +466,6 @@ QGCView {
spacing
:
ScreenTools
.
defaultFontPixelWidth
QGCLabel
{
font.pixelSize
:
sideBarH1PointSize
text
:
"
Autopilot Orientation
"
}
...
...
@@ -496,7 +491,6 @@ QGCView {
id
:
compass0ComponentLabel2
QGCLabel
{
font.pixelSize
:
sideBarH1PointSize
text
:
"
External Compass Orientation
"
}
}
...
...
@@ -524,7 +518,6 @@ QGCView {
id
:
compass1ComponentLabel2
QGCLabel
{
font.pixelSize
:
sideBarH1PointSize
text
:
"
External Compass 1 Orientation
"
}
}
...
...
@@ -552,7 +545,6 @@ QGCView {
id
:
compass2ComponentLabel2
QGCLabel
{
font.pixelSize
:
sidebarH1PointSize
text
:
"
Compass 2 Orientation
"
}
}
...
...
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