fix: fix chat passing over the top bar

This commit is contained in:
Jonathan Rainville 2020-05-26 15:07:56 -04:00 committed by Iuri Matias
parent 1ef8db3c44
commit e869d62c98
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ ColumnLayout {
id: chatTopBar
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
Layout.fillWidth: true
z: 60
Rectangle {
property string channelNameStr: "#" + chatsModel.activeChannel