From a53a62a4a67fe19b20c58f1f77560987322a1805 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Thu, 6 Apr 2017 08:19:22 -0400 Subject: [PATCH] =?UTF-8?q?Forgot=20to=20take=20the=20=E2=80=9CUpload?= =?UTF-8?q?=E2=80=9D=20button=20into=20account.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PlanView/PlanToolBar.qml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/PlanView/PlanToolBar.qml b/src/PlanView/PlanToolBar.qml index a944c5462..b339b88db 100644 --- a/src/PlanView/PlanToolBar.qml +++ b/src/PlanView/PlanToolBar.qml @@ -87,6 +87,7 @@ Rectangle { //-- The reason for this Row to be here is so the Logo (Home) button is in the same // location as the one in the main toolbar. Row { + id: logoRow anchors.bottomMargin: 1 anchors.left: parent.left anchors.top: parent.top @@ -108,11 +109,14 @@ Rectangle { } - Row { - anchors.top: parent.top - anchors.bottom: parent.bottom - spacing: _margins * 8 - anchors.horizontalCenter: parent.horizontalCenter + RowLayout { + anchors.top: parent.top + anchors.bottom: parent.bottom + spacing: _margins * 2 + anchors.left: logoRow.right + anchors.leftMargin: _margins * 4 + anchors.right: uploadButton.visible ? uploadButton.left : parent.right + anchors.rightMargin: _margins GridLayout { anchors.verticalCenter: parent.verticalCenter -- 2.22.0