diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-12-03 23:27:27 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-12-07 18:43:25 +0100 |
commit | d9cfdc3b69eea53cc060eec2230f74c847789c40 (patch) | |
tree | 4238d816270847c4f1bfc1c252d3a704062421f9 /qt-mobile/qml/main.qml | |
parent | b928dff3ce5997d420c620690008115a85ffabba (diff) | |
download | subsurface-d9cfdc3b69eea53cc060eec2230f74c847789c40.tar.gz |
Better theme information page
Bit nicer layout so my eyes don't insta-bleed when checking this page.
Also add information about the size of the rootItem, that's really
useful to know what kind of constraints we're dealing with.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 6340b8667..5bfb6c591 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -9,6 +9,7 @@ import org.subsurfacedivelog.mobile 1.0 import org.kde.plasma.mobilecomponents 0.2 as MobileComponents MobileComponents.ApplicationWindow { + id: rootItem title: qsTr("Subsurface mobile") property bool fullscreen: true |