fix: message scrollbar
This commit is contained in:
parent
d84c16bc63
commit
bcec11c432
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue