1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02: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 {
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: {