cwtch.im
/
ui
Arquivado
6
7
Derivar 2
Este repositório foi arquivado em 2021-06-24. Pode ver os ficheiros e cloná-lo, mas não pode fazer envios ou abrir questões/pedidos de integração.
ui/QML_DEBUG_NOTES.md

308 B

Settings List / Flickable

Content not scrolling: Flickable does some reparenting behind the scenes and so in the top level child of the Flickable you will need:

parent: root.contentItem

And in the flickable you will need to set the contentHeight:

contentHeight: <childId>.height + <padding>