Add default server address.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user