diff options
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/Log.qml | 5 |
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 |