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
cc79fff0
Commit
cc79fff0
authored
Mar 12, 2016
by
Don Gagne
Browse files
Scrolling not going al the way to bottom
parent
69c7ebb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/MockLink.qml
View file @
cc79fff0
...
...
@@ -32,17 +32,19 @@ Rectangle {
color
:
qgcPal
.
window
anchors.fill
:
parent
readonly
property
real
_margins
:
ScreenTools
.
defaultFontPixelHeight
QGCPalette
{
id
:
qgcPal
;
colorGroupEnabled
:
true
}
QGCFlickable
{
anchors.fill
:
parent
contentWidth
:
column
.
width
contentHeight
:
column
.
height
contentWidth
:
column
.
width
+
(
_margins
*
2
)
contentHeight
:
column
.
height
+
(
_margins
*
2
)
clip
:
true
Column
{
id
:
column
anchors.margins
:
ScreenTools
.
defaultFontPixelHeight
anchors.margins
:
_margins
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
spacing
:
ScreenTools
.
defaultFontPixelHeight
...
...
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