Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
radius: Style.currentAccountButtonRadius\r
}\r
\r
+ contentItem: ScrollView {\r
+ id: accMenuScrollView\r
+ ScrollBar.horizontal.policy: ScrollBar.AlwaysOff\r
+\r
+ data: WheelHandler {\r
+ target: accMenuScrollView.contentItem\r
+ }\r
+ ListView {\r
+ implicitHeight: contentHeight\r
+ model: accountMenu.contentModel\r
+ interactive: true\r
+ clip: true\r
+ currentIndex: accountMenu.currentIndex\r
+ }\r
+ }\r
+\r
onClosed: {\r
// HACK: reload account Instantiator immediately by restting it - could be done better I guess\r
// see also onVisibleChanged above\r