diff options
Diffstat (limited to 'qt-mobile/qml/About.qml')
-rw-r--r-- | qt-mobile/qml/About.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/About.qml b/qt-mobile/qml/About.qml index 87d7a0a3e..cc9362901 100644 --- a/qt-mobile/qml/About.qml +++ b/qt-mobile/qml/About.qml @@ -8,6 +8,7 @@ MobileComponents.Page { id: aboutPage property int pageWidth: subsurfaceTheme.columnWidth - MobileComponents.Units.gridUnit +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close About" @@ -18,7 +19,7 @@ MobileComponents.Page { } } ] - + */ ScrollView { anchors.fill: parent |