diff options
author | Sebastian Kügler <sebas@kde.org> | 2016-01-07 00:39:33 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2016-01-07 00:39:33 +0100 |
commit | 95bca4b50c4fd46ae190ac87ea8934523881b776 (patch) | |
tree | c7803775c577095a8d5d21756569039f387b4a38 /qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | |
parent | a9b53efce6cdd7f6329794c9cd46525216b6844c (diff) | |
download | subsurface-95bca4b50c4fd46ae190ac87ea8934523881b776.tar.gz |
sync with mobilecomponents 9d179eb74a227
- Workaround for black squares is merged upstream
- brings back the FAB button, additional
- swipe interaction improvements in the same
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/ApplicationWindow.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml index 0eaa81ec0..8926b0574 100644 --- a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml +++ b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml @@ -85,7 +85,6 @@ inputMethod.keyboardRectangle.y) : 0 width: Units.gridUnit * 25 height: Units.gridUnit * 30 -/* property alias actionButton: __actionButton ActionButton { id: __actionButton @@ -98,5 +97,4 @@ inputMethod.keyboardRectangle.y) : 0 visible: root.globalDrawer || root.contextDrawer } - */ } |