mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
OSD: fix warning
WallpaperPanel: fix warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user