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

This commit is contained in:
Dan Ballard 2019-03-20 14:16:07 -07:00 committed by Gogs
commit e0fd78be73
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,15 @@ ColumnLayout {
id: root
MyProfile{ // CURRENT PROFILE INFO AND CONTROL BAR
MouseArea {
anchors.fill: parent
onClicked: {
forceActiveFocus()
}
}
MyProfile{ // CURRENT PROFILE INFO AND CONTROL BAR
id: myprof
}