mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Keep timeline title when no items on searching/filtering
This commit is contained in:
parent
7c0e98fd41
commit
d1d1397b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Rectangle {
|
|||
Layout.preferredHeight: TimelineStyle.legend.height
|
||||
Layout.alignment: Qt.AlignTop
|
||||
color: showHistory.containsMouse?TimelineStyle.legend.backgroundColor.hovered:TimelineStyle.legend.backgroundColor.normal
|
||||
visible:view.count > 0 || searchView.visible
|
||||
visible:view.count > 0 || searchView.visible || filterView.visible
|
||||
|
||||
MouseArea{// no more showing history
|
||||
id:showHistory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue