aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2015-11-08 16:50:51 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-08 09:46:28 -0800
commit9c5c97b449294dc3283589a913cbed29d1bb9ea1 (patch)
treeb3b81fba21f110667e1b0c18c89d81fa660d385b /qt-mobile
parent3c2179fea91fc28a8a7724a4d943fdc24d4502b8 (diff)
downloadsubsurface-9c5c97b449294dc3283589a913cbed29d1bb9ea1.tar.gz
Android: remove duplicate top bar from log window
The log page have an extra top bar that is not needed. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/Log.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml
index 8e660f2c7..7d9ddb724 100644
--- a/qt-mobile/qml/Log.qml
+++ b/qt-mobile/qml/Log.qml
@@ -18,11 +18,6 @@ Item {
height: parent.height
spacing: 8
- TopBar {
- id: topBar
- anchors.top: parent.top
- }
-
Rectangle {
anchors.top: topBar.bottom
Layout.fillHeight: true