From f20ab12cf3bd7575e7c0043c64de3ab74c211218 Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 21 Jul 2019 21:51:47 +0200 Subject: QML: fix various warnings --- LeftPanel.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index e8052e6b..5e74260b 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -114,13 +114,12 @@ Rectangle { anchors.top: parent.top anchors.topMargin: (persistentSettings.customDecorations)? 50 : 0 - RowLayout { + Item { Item { anchors.left: parent.left anchors.top: parent.top anchors.topMargin: 20 anchors.leftMargin: 20 - anchors.verticalCenter: parent.verticalCenter height: 490 width: 260 @@ -230,7 +229,6 @@ Rectangle { anchors.top: parent.top anchors.topMargin: 20 anchors.leftMargin: 20 - anchors.verticalCenter: parent.verticalCenter height: 490 width: 50 -- cgit v1.2.3