Esri / Trek2There

Trek2There™
Apache License 2.0
10 stars 5 forks source link

Make Settings View be scrollable #9

Closed defiantgoat closed 7 years ago

defiantgoat commented 7 years ago

Currently view doesn't scroll and so settings get cut off of certain devices.

defiantgoat commented 7 years ago

Updated. Tested on iOS 9 and Android 6.0.1.

Also, in order to get the flickable to size correctly, I used this:

contentHeight: contentItem.children[0].childrenRect.height

Qt documentation suggests using:

contentHeight: contentItem.childrenRect.height

However, this did not work.

contentHeight: contentItem.children.childrenRect.height also did not work.