Commit 35155651 authored by Don Gagne's avatar Don Gagne

Incorrect height for text area

parent 677fff3e
......@@ -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