1
0
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:
Elias Steurer 2021-02-17 18:44:46 +01:00
parent a24cbaa650
commit 5ce1b29c95

View File

@ -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: {