mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix ui glitch conversation details panel #LINQT-1905
This commit is contained in:
parent
f8119e607d
commit
08c9b0daaa
2 changed files with 7 additions and 0 deletions
|
|
@ -576,6 +576,12 @@ FocusScope {
|
|||
contentLoader.item.parentView = mainItem
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
target: mainItem
|
||||
function onChatChanged() {
|
||||
detailsPanel.visible = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
|
|
|
|||
|
|
@ -250,6 +250,7 @@ ColumnLayout {
|
|||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
visible: scrollView.contentHeight > scrollView.height
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue