fix(LoginView): Fixed arrow icon size

This commit is contained in:
Igor Sirotin 2022-07-11 16:52:10 +03:00 committed by Iuri Matias
parent cd2d289af9
commit 50de4594a5
1 changed files with 0 additions and 2 deletions

View File

@ -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