From 423f809901e3c090ac4c3d2bd1df9b533b01be14 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 31 Jan 2023 15:12:49 +0700 Subject: add `Layout.margins` to email icons & made TextField Background transparent --- SignInFlickable.ui.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml index 622b2f4..61fd8fe 100644 --- a/SignInFlickable.ui.qml +++ b/SignInFlickable.ui.qml @@ -32,6 +32,7 @@ GridLayout { Image { id: envelope source: "Bootstrap/icons/envelope-fill.svg" + Layout.margins: 16 } TextField { id: email @@ -39,6 +40,9 @@ GridLayout { font.pixelSize: 15 Layout.fillWidth: true Layout.fillHeight: true + background: Rectangle { + color: "transparent" + } } } } -- cgit v1.2.3