Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
46fd2413
Commit
46fd2413
authored
Sep 10, 2015
by
Don Gagne
Browse files
Merge pull request #1866 from DonLakeFlyer/VehicleSummary
Stop using fixed pixel count spacing
parents
25f2007c
2b562b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/VehicleSummary.qml
View file @
46fd2413
...
...
@@ -75,8 +75,8 @@ Rectangle {
}
Flow
{
width
:
parent
.
width
spacing
:
10
width
:
parent
.
width
spacing
:
ScreenTools
.
defaultFontPixelWidth
Repeater
{
model
:
multiVehicleManager
.
activeVehicle
.
autopilot
.
vehicleComponents
...
...
@@ -84,10 +84,10 @@ Rectangle {
// Outer summary item rectangle
Rectangle
{
readonly
property
real
titleHeight
:
30
readonly
property
real
titleHeight
:
ScreenTools
.
defaultFontPixelHeight
*
2
width
:
250
height
:
200
width
:
ScreenTools
.
defaultFontPixelWidth
*
28
height
:
ScreenTools
.
defaultFontPixelHeight
*
13
color
:
qgcPal
.
windowShade
// Title bar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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