Add default server address.

This commit is contained in:
Black Hat 2018-08-14 11:45:36 +08:00
parent 230231a42f
commit 1e5fda47ab
1 changed files with 1 additions and 8 deletions

View File

@ -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 {