diff --git a/Modules/OSD/OSD.qml b/Modules/OSD/OSD.qml index 0cc39773..835965e6 100644 --- a/Modules/OSD/OSD.qml +++ b/Modules/OSD/OSD.qml @@ -345,8 +345,6 @@ Variants { horizontalAlignment: Text.AlignRight verticalAlignment: Text.AlignVCenter Layout.preferredWidth: Math.round(50 * Style.uiScaleRatio) - anchors.verticalCenter: parent.verticalCenter - anchors.verticalCenterOffset: 0 } } } diff --git a/Modules/Panels/Wallpaper/WallpaperPanel.qml b/Modules/Panels/Wallpaper/WallpaperPanel.qml index 9da8f70a..40de7685 100644 --- a/Modules/Panels/Wallpaper/WallpaperPanel.qml +++ b/Modules/Panels/Wallpaper/WallpaperPanel.qml @@ -430,7 +430,6 @@ SmartPanel { x: wallpaperGridView.mirrored ? 0 : wallpaperGridView.width - width y: 0 height: wallpaperGridView.height - active: wallpaperGridView.ScrollBar.horizontal.active property color handleColor: Qt.alpha(Color.mHover, 0.8) property color handleHoverColor: handleColor