diff --git a/ScreenPlay/qml/Installed/Installed.qml b/ScreenPlay/qml/Installed/Installed.qml index b4478858..1aff1ede 100644 --- a/ScreenPlay/qml/Installed/Installed.qml +++ b/ScreenPlay/qml/Installed/Installed.qml @@ -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: {