[PATCH 4/4] Android: remove duplicate top bar from log window

Joakim Bygdell j.bygdell at gmail.com
Sun Nov 8 07:50:51 PST 2015


The log page have an extra top bar that is not needed.

Signed-off-by: Joakim Bygdell <j.bygdell at gmail.com>
---
 qt-mobile/qml/Log.qml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml
index 8e660f2..7d9ddb7 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
-- 
2.4.9 (Apple Git-60)



More information about the subsurface mailing list