summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-21 21:12:39 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-21 21:12:39 +0700
commitd8dabb33bc0848eb2d51303ac0d970d81969d8a1 (patch)
tree6324583b4b134cfc88a920c92eb53a6e5f84c3e3
parent28d3c49c9c780566d711b8c7dda13a91f5342e6a (diff)
remove label, replace with logotext image
-rw-r--r--LoginForm.ui.qml28
1 files changed, 13 insertions, 15 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml
index afa73e8..c584d3e 100644
--- a/LoginForm.ui.qml
+++ b/LoginForm.ui.qml
@@ -10,20 +10,6 @@ Rectangle {
property alias googleButton: googleButton
property alias emailButton: emailButton
- Label {
- text: qsTr("kelakon")
- font.family: "Google Sans"
- font.pointSize: 24
- color: "#000000"
-
- verticalAlignment: Text.AlignVCenter
- horizontalAlignment: Text.AlignHCenter
- anchors.top: parent.top
- anchors.topMargin: 16
- anchors.horizontalCenterOffset: 0
- anchors.horizontalCenter: parent.horizontalCenter
- }
-
RowLayout {
x: 34
y: 419
@@ -110,12 +96,24 @@ Rectangle {
wrapMode: Text.WordWrap
font.pixelSize: 12
}
+
+ Image {
+ id: logotext
+ x: 139
+ width: 100
+ height: 24
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.top: parent.top
+ anchors.topMargin: 16
+ fillMode: Image.PreserveAspectFit
+ source: "kelakon-logo.png"
+ }
}
/*##^## Designer {
- D{i:1;anchors_x:124;anchors_y:158}
+ D{i:9;anchors_width:100;anchors_x:139;anchors_y:93}
}
##^##*/