From 9024a4c324b1df10d23400eedd46c8a70ac926cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Wed, 10 Apr 2024 18:20:06 +0200 Subject: [PATCH] fix(RightTabView): fix filter button vertical alignment spotted by Ben --- ui/app/AppLayouts/Wallet/views/RightTabView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/views/RightTabView.qml b/ui/app/AppLayouts/Wallet/views/RightTabView.qml index 69be197f21..63442f13d6 100644 --- a/ui/app/AppLayouts/Wallet/views/RightTabView.qml +++ b/ui/app/AppLayouts/Wallet/views/RightTabView.qml @@ -118,7 +118,6 @@ RightTabBaseView { } } StatusFlatButton { - Layout.alignment: Qt.AlignTop id: filterButton objectName: "filterButton" icon.name: "filter"