From 50de4594a554f6ee9069878db8e399530a06e71b Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Mon, 11 Jul 2022 16:52:10 +0300 Subject: [PATCH] fix(LoginView): Fixed arrow icon size --- ui/app/AppLayouts/Onboarding/views/LoginView.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/AppLayouts/Onboarding/views/LoginView.qml b/ui/app/AppLayouts/Onboarding/views/LoginView.qml index c6d4f80b2b..f08a8e0bae 100644 --- a/ui/app/AppLayouts/Onboarding/views/LoginView.qml +++ b/ui/app/AppLayouts/Onboarding/views/LoginView.qml @@ -244,8 +244,6 @@ Item { height: 40 type: StatusQControls.StatusRoundButton.Type.Secondary icon.name: "arrow-right" - icon.width: 18 - icon.height: 14 opacity: (loading || txtPassword.text.length > 0) ? 1 : 0 anchors.left: txtPassword.right anchors.leftMargin: (loading || txtPassword.text.length > 0) ? Style.current.padding : Style.current.smallPadding