forked from Shinonome/dots-hyprland
fix clock alignment in lock screen (fix #2399)
This commit is contained in:
@@ -214,6 +214,8 @@ Variants {
|
|||||||
right: wallpaper.right
|
right: wallpaper.right
|
||||||
top: wallpaper.top
|
top: wallpaper.top
|
||||||
bottom: wallpaper.bottom
|
bottom: wallpaper.bottom
|
||||||
|
horizontalCenter: undefined
|
||||||
|
verticalCenter: undefined
|
||||||
readonly property real parallaxFactor: Config.options.background.parallax.widgetsFactor
|
readonly property real parallaxFactor: Config.options.background.parallax.widgetsFactor
|
||||||
leftMargin: {
|
leftMargin: {
|
||||||
const xOnWallpaper = bgRoot.movableXSpace;
|
const xOnWallpaper = bgRoot.movableXSpace;
|
||||||
@@ -249,8 +251,8 @@ Variants {
|
|||||||
right: undefined
|
right: undefined
|
||||||
top: undefined
|
top: undefined
|
||||||
bottom: undefined
|
bottom: undefined
|
||||||
// horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
// verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user