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 {
|
Connections {
|
||||||
target: ScreenPlay.installedListFilter
|
target: ScreenPlay.installedListFilter
|
||||||
function onSortChanged(){
|
function onSortChanged() {
|
||||||
gridView.positionViewAtBeginning()
|
gridView.positionViewAtBeginning()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -97,7 +97,7 @@ Item {
|
|||||||
}
|
}
|
||||||
header: Item {
|
header: Item {
|
||||||
height: 82
|
height: 82
|
||||||
width: parent.width
|
width: parent.width - gridView.leftMargin
|
||||||
property bool isVisible: false
|
property bool isVisible: false
|
||||||
opacity: 0
|
opacity: 0
|
||||||
onIsVisibleChanged: {
|
onIsVisibleChanged: {
|
||||||
|
Loading…
Reference in New Issue
Block a user