diff options
Diffstat (limited to 'qt-mobile/qml/Log.qml')
-rw-r--r-- | qt-mobile/qml/Log.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index f77bf2fa9..bf3dcbdb0 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -13,7 +13,7 @@ MobileComponents.Page { width: parent.width - MobileComponents.Units.gridUnit anchors.margins: MobileComponents.Units.gridUnit / 2 objectName: "Log" - flickable: logFlick + ScrollView { anchors.fill: parent Flickable { |