Commit accb2ed3 authored by Valentin Platzgummer's avatar Valentin Platzgummer

wima menu scrollbar fixed

parent 99d9796c
./create_linux_appimage.sh /home/valentin/drones/qgroundcontrol/ /home/valentin/drones/build-qgroundcontrol-Desktop_Qt_5_11_3_GCC_64bit-Release/release/ ./create_linux_appimage.sh /home/valentin/Desktop/drones/qgroundcontrol/ /home/valentin/Desktop/drones/build-qgroundcontrol-Desktop_Qt_5_11_3_GCC_64bit-Release/release/
This diff is collapsed.
...@@ -7,10 +7,9 @@ import QGroundControl.ScreenTools 1.0 ...@@ -7,10 +7,9 @@ import QGroundControl.ScreenTools 1.0
import QGroundControl.Palette 1.0 import QGroundControl.Palette 1.0
FocusScope { FocusScope {
id: _root id: _root
anchors.left: parent.left width: parent.width
anchors.right: parent.right height: column.height
height: column.height
property alias text: label.text property alias text: label.text
property bool checked: true property bool checked: true
......
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