diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-29 19:58:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-29 19:58:29 -0800 |
commit | 9d6225831650dd9c6331763d29b392bc2741ae4e (patch) | |
tree | de25275781c4b15bf11feb1323bda6d353aa3909 /qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | |
parent | bb1803986afed7d1f626f941417acae6b3e51830 (diff) | |
parent | f8fb9181b2e95f76bb1170d2cd7c7bf920a9c414 (diff) | |
download | subsurface-9d6225831650dd9c6331763d29b392bc2741ae4e.tar.gz |
Merge branch 'mobilecomponents' of github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/ApplicationWindow.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/ApplicationWindow.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml index 71980f9e6..220d0524c 100644 --- a/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml +++ b/qt-mobile/qml/mobilecomponents/ApplicationWindow.qml @@ -20,6 +20,7 @@ import QtQuick 2.1 import QtQuick.Controls 1.3 import "private" +import org.kde.plasma.mobilecomponents 0.2 /** * A window that provides some basic features needed for all apps @@ -73,6 +74,9 @@ ApplicationWindow { contextDrawer.parent = contentItem.parent; } + width: Units.gridUnit * 25 + height: Units.gridUnit * 30 + property alias actionButton: __actionButton ActionButton { id: __actionButton |