From 76d2b079e4f3f3b0a1a6d6505ced056cdc42f60a Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 16 Sep 2019 23:35:57 +0700 Subject: fix pixelated icon and add transparency --- pages/PasswordForm.ui.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pages/PasswordForm.ui.qml') diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index f5d01a6..d4849fd 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -76,6 +76,9 @@ Rectangle { Image { width: 24 height: 24 + opacity: 0.54 + sourceSize.height: 24 + sourceSize.width: 24 Layout.leftMargin: 16 Layout.alignment: Qt.AlignVCenter fillMode: Image.PreserveAspectFit @@ -106,6 +109,9 @@ Rectangle { Image { width: 24 height: 24 + opacity: 0.54 + sourceSize.height: 24 + sourceSize.width: 24 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter Layout.leftMargin: 16 fillMode: Image.PreserveAspectFit -- cgit v1.2.3