From 4455545daaada254fe5ee93e2e7271f19e795325 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Fri, 9 Apr 2021 12:01:55 +0200 Subject: [PATCH] More optimizations of PlayerControls --- src/qml/PlayerControls.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/qml/PlayerControls.qml b/src/qml/PlayerControls.qml index 84b2a95e..0cb5d24c 100644 --- a/src/qml/PlayerControls.qml +++ b/src/qml/PlayerControls.qml @@ -71,7 +71,8 @@ Kirigami.Page { Item { Flickable { anchors.fill: parent - anchors.margins: 25 + anchors.leftMargin: 25 + anchors.rightMargin: 25 clip: true contentHeight: text.height Controls.Label { @@ -119,8 +120,8 @@ Kirigami.Page { } RowLayout { id: controls - Layout.leftMargin: 0 - Layout.rightMargin: 0 + //Layout.leftMargin: 0 + //Layout.rightMargin: 0 Layout.fillWidth: true Controls.Label { //anchor.left: parent.left