From ce21c2a69626398591a592461ea09c36983e3e79 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 6 Jul 2017 06:33:15 -0700 Subject: QML UI: drop AppLog title and add margin instead The title was hidden under the title bar, anyway. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Log.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mobile-widgets/qml/Log.qml') 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 -- cgit v1.2.3-70-g09d2