Add default server address.
This commit is contained in:
parent
230231a42f
commit
1e5fda47ab
|
@ -60,14 +60,6 @@ Page {
|
||||||
id: mainCol
|
id: mainCol
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
// ImageStatus {
|
|
||||||
// Layout.preferredWidth: 96
|
|
||||||
// Layout.preferredHeight: 96
|
|
||||||
// Layout.alignment: Qt.AlignHCenter
|
|
||||||
|
|
||||||
// source: "qrc:/asset/img/avatar.png"
|
|
||||||
// }
|
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: serverField
|
id: serverField
|
||||||
|
|
||||||
|
@ -77,6 +69,7 @@ Page {
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
bottomPadding: 0
|
bottomPadding: 0
|
||||||
|
|
||||||
|
text: "https://matrix.org"
|
||||||
placeholderText: "Server"
|
placeholderText: "Server"
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|
Loading…
Reference in New Issue