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
0a48bfe9
Commit
0a48bfe9
authored
Nov 06, 2015
by
Gus Grubba
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2187 from dogmaphobic/fixCheckBox
Fix checkbox aligment.
parents
b05aa3fb
f25ac82e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
QGCCheckBox.qml
src/QmlControls/QGCCheckBox.qml
+1
-2
MainWindow.cc
src/ui/MainWindow.cc
+5
-5
No files found.
src/QmlControls/QGCCheckBox.qml
View file @
0a48bfe9
...
...
@@ -30,8 +30,7 @@ CheckBox {
text
:
control
.
text
antialiasing
:
true
font.pixelSize
:
ScreenTools
.
defaultFontPixelSize
// This messes up when a *width*, which is wider than the control is given
// anchors.centerIn: parent
anchors.verticalCenter
:
parent
.
verticalCenter
color
:
control
.
__qgcPal
.
text
}
}
...
...
src/ui/MainWindow.cc
View file @
0a48bfe9
...
...
@@ -2,7 +2,7 @@
QGroundControl Open Source Ground Control Station
(c) 2009 - 201
3
QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
(c) 2009 - 201
5
QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
...
...
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