summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SignInFlickable.ui.qml4
1 files changed, 4 insertions, 0 deletions
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"
+ }
}
}
}