OSD: fix warning

WallpaperPanel: fix warning
This commit is contained in:
Ly-sec
2025-11-07 21:05:59 +01:00
parent 493a1b7f65
commit 6c5aad1bb3
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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
}
}
}
@@ -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