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:
parent
3c2179fea9
commit
9c5c97b449
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue