1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

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>
This commit is contained in:
Joakim Bygdell 2015-11-08 16:50:51 +01:00 committed by Dirk Hohndel
parent 3c2179fea9
commit 9c5c97b449

View file

@ -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