mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix refreshing message center
This commit is contained in:
parent
a24cbaa650
commit
5ce1b29c95
@ -74,7 +74,7 @@ Item {
|
||||
|
||||
Connections {
|
||||
target: ScreenPlay.installedListFilter
|
||||
function onSortChanged(){
|
||||
function onSortChanged() {
|
||||
gridView.positionViewAtBeginning()
|
||||
}
|
||||
}
|
||||
@ -97,7 +97,7 @@ Item {
|
||||
}
|
||||
header: Item {
|
||||
height: 82
|
||||
width: parent.width
|
||||
width: parent.width - gridView.leftMargin
|
||||
property bool isVisible: false
|
||||
opacity: 0
|
||||
onIsVisibleChanged: {
|
||||
|
Loading…
Reference in New Issue
Block a user