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
156338c5
Unverified
Commit
156338c5
authored
May 26, 2018
by
Beat Küng
Browse files
MavlinkConsolePage: reduce line spacing from 1.5 to 1.1
parent
4cc35937
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AnalyzeView/MavlinkConsolePage.qml
View file @
156338c5
...
...
@@ -53,7 +53,7 @@ AnalyzePage {
id
:
delegateItem
Rectangle
{
color
:
qgcPal
.
windowShade
height
:
Math
.
round
(
ScreenTools
.
defaultFontPixelHeight
*
0.
5
+
field
.
height
)
height
:
Math
.
round
(
ScreenTools
.
defaultFontPixelHeight
*
0.
1
+
field
.
height
)
width
:
listview
.
width
QGCLabel
{
...
...
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