diff options
Diffstat (limited to 'DefaultHomeFlickable.ui.qml')
-rw-r--r-- | DefaultHomeFlickable.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DefaultHomeFlickable.ui.qml b/DefaultHomeFlickable.ui.qml index 0e5300f..8266ad5 100644 --- a/DefaultHomeFlickable.ui.qml +++ b/DefaultHomeFlickable.ui.qml @@ -3,6 +3,7 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { + property alias header: header property alias counter: counter property alias popular: popular contentHeight: body.height @@ -16,6 +17,7 @@ Flickable { } HeaderToolBar { + id: header Layout.fillWidth: true } |