From 1e5fda47abe4eee201737e79ab87dc75a8aa35de Mon Sep 17 00:00:00 2001 From: Black Hat Date: Tue, 14 Aug 2018 11:45:36 +0800 Subject: [PATCH] Add default server address. --- qml/Login.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/qml/Login.qml b/qml/Login.qml index 67ca2ed..4426654 100644 --- a/qml/Login.qml +++ b/qml/Login.qml @@ -60,14 +60,6 @@ Page { id: mainCol width: parent.width - // ImageStatus { - // Layout.preferredWidth: 96 - // Layout.preferredHeight: 96 - // Layout.alignment: Qt.AlignHCenter - - // source: "qrc:/asset/img/avatar.png" - // } - TextField { id: serverField @@ -77,6 +69,7 @@ Page { topPadding: 0 bottomPadding: 0 + text: "https://matrix.org" placeholderText: "Server" background: Rectangle {