fix: component layout
This commit is contained in:
parent
df9ac80eb9
commit
ae5ad63410
|
@ -171,23 +171,13 @@ ModalPopup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer: Item {
|
footer: StatusButton {
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.left: parent.left
|
|
||||||
|
|
||||||
StatusButton {
|
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.topMargin: Style.current.halfPadding
|
|
||||||
id: submitBtn
|
id: submitBtn
|
||||||
state: loading ? "pending" : "default"
|
state: loading ? "pending" : "default"
|
||||||
text: qsTr("Start chat")
|
text: qsTr("Start chat")
|
||||||
enabled: pubKey !== ""
|
enabled: pubKey !== ""
|
||||||
onClicked : doJoin()
|
onClicked : doJoin()
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue