wallpaper selector: unfuck grid placement

This commit is contained in:
end-4
2025-08-23 10:13:52 +07:00
parent 767e35851b
commit 0e2eea7555
3 changed files with 81 additions and 132 deletions
@@ -343,6 +343,8 @@ Singleton {
property real baseVerticalBarWidth: 46
property real verticalBarWidth: Config.options.bar.cornerStyle === 1 ?
(baseVerticalBarWidth + root.sizes.hyprlandGapsOut * 2) : baseVerticalBarWidth
property real wallpaperSelectorWidth: 1000
property real wallpaperSelectorHeight: 580
}
syntaxHighlightingTheme: root.m3colors.darkmode ? "Monokai" : "ayu Light"