From b57b8cfb66a16ede3552933b9c8a72b9562d73d4 Mon Sep 17 00:00:00 2001 From: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Date: Wed, 15 Jan 2020 08:01:54 +0100 Subject: [PATCH] Resized add account icon, adapted layout for new size Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> --- src/gui/tray/Window.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 638d6549f7..92f2a848a8 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -140,7 +140,7 @@ Window { MenuItem { id: addAccountButton - height: 60 + height: 50 RowLayout { width: addAccountButton.width @@ -148,14 +148,14 @@ Window { spacing: 0 Image { - Layout.leftMargin: 8 + Layout.leftMargin: 14 verticalAlignment: Qt.AlignCenter source: "qrc:///client/theme/black/add.svg" - sourceSize.width: addAccountButton.height - 24 - sourceSize.height: addAccountButton.height - 24 + sourceSize.width: openLocalFolderButton.icon.width + sourceSize.height: openLocalFolderButton.icon.height } Label { - Layout.leftMargin: 10 + Layout.leftMargin: 14 text: qsTr("Add account") color: "black" font.pixelSize: 12