Commit a1a2da9a authored by Don Gagne's avatar Don Gagne

Merge pull request #1296 from DonLakeFlyer/SensorScroll

Incorrect height for text area
parents c8728263 35155651
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment