diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-19 05:30:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-19 10:34:40 -0700 |
commit | 1e86662e4a30ceebca0faf4a12169ce25740c4d4 (patch) | |
tree | cdb6ff707f1b96780f105aff6c4aded1da0b851c /mobile-widgets/qml/main.qml | |
parent | a807a5e8cd5473c8bacf5b6299755899f613a1dd (diff) | |
download | subsurface-1e86662e4a30ceebca0faf4a12169ce25740c4d4.tar.gz |
Remove QML files that are no longer used
The TextButton was what we used for actions very early on, and the TopBar
has now been replaced by the Kirigami header bar.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 62a94bd0e..8497e7e53 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -288,12 +288,6 @@ Kirigami.ApplicationWindow { property color diveListTextColor: "#000000" // the Kirigami theme text color is too light property int columnWidth: Math.round(rootItem.width/(Kirigami.Units.gridUnit*30)) > 0 ? Math.round(rootItem.width / Math.round(rootItem.width/(Kirigami.Units.gridUnit*30))) : rootItem.width } -/* - toolBar: TopBar { - width: parent.width - height: Layout.minimumHeight - } - */ property Item stackView: pageStack pageStack.initialPage: DiveList { |