From bda1582ea0acbb80ff3b1bdc1ebb3bb610f8a39d Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 20 Apr 2021 18:44:26 +0200 Subject: [PATCH] uiux: ajdust app tab icons to have the correct size Closes #1843 --- .../AppLayouts/Chat/components/LeftTabBottomButtons.qml | 8 ++++++++ ui/app/AppMain.qml | 2 ++ ui/app/img/compass.svg | 8 ++++---- ui/app/img/message.svg | 4 ++-- ui/app/img/profile.svg | 8 ++++---- ui/app/img/timeline.svg | 5 ++--- ui/app/img/wallet.svg | 6 +++--- 7 files changed, 25 insertions(+), 16 deletions(-) diff --git a/ui/app/AppLayouts/Chat/components/LeftTabBottomButtons.qml b/ui/app/AppLayouts/Chat/components/LeftTabBottomButtons.qml index 5470817009..c8358763dd 100644 --- a/ui/app/AppLayouts/Chat/components/LeftTabBottomButtons.qml +++ b/ui/app/AppLayouts/Chat/components/LeftTabBottomButtons.qml @@ -22,6 +22,8 @@ Column { id: walletBtn enabled: isExperimental === "1" || appSettings.walletEnabled icon.name: "wallet" + icon.width: 20 + icon.height: 20 section: Constants.wallet } @@ -29,6 +31,8 @@ Column { id: browserBtn enabled: isExperimental === "1" || appSettings.browserEnabled icon.name: "compass" + icon.width: 22 + icon.height: 22 section: Constants.browser } @@ -36,12 +40,16 @@ Column { id: timelineBtn enabled: isExperimental === "1" || appSettings.timelineEnabled icon.name: "timeline" + icon.width: 22 + icon.height: 22 section: Constants.timeline } StatusIconTabButton { id: profileBtn icon.name: "profile" + icon.width: 22 + icon.height: 22 section: Constants.profile Rectangle { diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index c888fd15cb..a00de851b8 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -411,6 +411,8 @@ RowLayout { StatusIconTabButton { id: chatBtn icon.name: "message" + icon.width: 20 + icon.height: 20 section: Constants.chat doNotHandleClick: true onClicked: { diff --git a/ui/app/img/compass.svg b/ui/app/img/compass.svg index 7c2153d22c..9ffc3fbe2a 100644 --- a/ui/app/img/compass.svg +++ b/ui/app/img/compass.svg @@ -1,4 +1,4 @@ - - - -Layer 1 \ No newline at end of file + + + + diff --git a/ui/app/img/message.svg b/ui/app/img/message.svg index 8595fa58da..0e6bd86128 100644 --- a/ui/app/img/message.svg +++ b/ui/app/img/message.svg @@ -1,3 +1,3 @@ - - + + diff --git a/ui/app/img/profile.svg b/ui/app/img/profile.svg index cd1e75dae1..c34bc056db 100644 --- a/ui/app/img/profile.svg +++ b/ui/app/img/profile.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/ui/app/img/timeline.svg b/ui/app/img/timeline.svg index f3abaccccb..9ca485179e 100644 --- a/ui/app/img/timeline.svg +++ b/ui/app/img/timeline.svg @@ -1,4 +1,3 @@ - - + + - diff --git a/ui/app/img/wallet.svg b/ui/app/img/wallet.svg index 3243f8f362..c54b7cfc11 100644 --- a/ui/app/img/wallet.svg +++ b/ui/app/img/wallet.svg @@ -1,4 +1,4 @@ - - - + + +