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
a1a2da9a
Commit
a1a2da9a
authored
Mar 01, 2015
by
Don Gagne
Browse files
Merge pull request #1296 from DonLakeFlyer/SensorScroll
Incorrect height for text area
parents
c8728263
35155651
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/SensorsComponent.qml
View file @
a1a2da9a
...
...
@@ -41,8 +41,6 @@ Rectangle {
"
ROTATION_ROLL_270_YAW_270
"
]
width
:
600
height
:
600
color
:
qgcPal
.
window
// We use this bogus loader just so we can get an onLoaded signal to hook to in order to
...
...
@@ -121,7 +119,7 @@ Rectangle {
property
int
calDisplayAreaWidth
:
parent
.
width
-
rotationColumnWidth
width
:
parent
.
width
height
:
parent
.
height
-
x
height
:
parent
.
height
-
y
TextArea
{
id
:
statusTextArea
...
...
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