From 72523ff0dfc6f8e2ecd9ef07f72cdce2af527e3d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 12 Jun 2016 07:32:07 -0700 Subject: QML UI: somewhat improve GPS list rendering At least now it's readable, but on the flipside there's now this odd margin around the entries. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/GpsList.qml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index 4322e9080..47b1d4c77 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -21,22 +21,13 @@ Kirigami.ScrollablePage { id: gpsFix enabled: true width: parent.width - property int horizontalPadding: Kirigami.Units.gridUnit / 2 - Kirigami.Units.smallSpacing + 1 - Kirigami.BasicListItem { supportsMouseEvents: true width: parent.width - Kirigami.Units.gridUnit - height: childrenRect.height - Kirigami.Units.smallSpacing icon: "" GridLayout { columns: 4 id: timeAndName - anchors { - left: parent.left - leftMargin: horizontalPadding - right: parent.right - rightMargin: horizontalPadding - } Kirigami.Label { text: qsTr('Date: ') opacity: 0.6 -- cgit v1.2.3-70-g09d2