Merge branch 'ebf201906041258' of cwtch.im/ui into master

This commit is contained in:
Sarah Jamie Lewis 2019-06-04 13:03:03 -07:00 committed by Gogs
commit fec5b994d1
1 changed files with 5 additions and 5 deletions

View File

@ -136,6 +136,11 @@ ColumnLayout {
radius: 10
MouseArea {
anchors.fill: parent
onClicked: txtMessage.focus = true
}
Flickable {
id: flkMessage
anchors.fill: parent//this does nothing! bug in qt
@ -230,11 +235,6 @@ ColumnLayout {
}
}
}
MouseArea {
anchors.fill: parent
onClicked: txtMessage.focus = true
}
}
ColumnLayout {