diff options
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r-- | mobile-widgets/qml/Log.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml index 7f65e3fbf..c31f5df32 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -17,6 +17,7 @@ Kirigami.ScrollablePage { ListView { anchors.fill: parent + anchors.topMargin: Kirigami.Units.gridUnit * 2 model: logModel currentIndex: -1 boundsBehavior: Flickable.StopAtBounds @@ -24,9 +25,6 @@ Kirigami.ScrollablePage { cacheBuffer: Math.max(5000, parent.height * 5) focus: true clip: true - header : Kirigami.Heading { - text: qsTr("Application Log") - } delegate : Text { width: logWindow.width wrapMode: Text.WrapAtWordBoundaryOrAnywhere |