fix: message scrollbar

This commit is contained in:
Richard Ramos 2020-06-25 12:27:46 -04:00 committed by Iuri Matias
parent d84c16bc63
commit bcec11c432
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,7 @@ import QtQuick.Controls 2.13
import QtQuick.Layouts 1.13
import "../../../shared"
import "../../../imports"
import "./components"
import "./ChatColumn"
StackLayout {
@ -37,6 +38,9 @@ StackLayout {
}
ProfilePopup {
id: profilePopup
}
Rectangle {
id: chatInputContainer

View File

@ -21,10 +21,6 @@ ScrollView {
ScrollBar.vertical.policy: chatLogView.contentHeight > chatLogView.height ? ScrollBar.AlwaysOn : ScrollBar.AlwaysOff
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ProfilePopup {
id: profilePopup
}
ListView {
anchors.fill: parent
spacing: 4