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
@ -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…
x
Reference in New Issue
Block a user