1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

settings: fix clipping of generic color selector

fixes #1242
This commit is contained in:
bbedward
2026-01-11 14:04:48 -05:00
parent 7027bd1646
commit fa427ea1ac

View File

@@ -307,7 +307,7 @@ Item {
Item {
width: parent.width
height: genericColorGrid.implicitHeight
height: genericColorGrid.implicitHeight + Math.ceil(genericColorGrid.dotSize * 0.05)
visible: Theme.currentThemeCategory === "generic" && Theme.currentTheme !== Theme.dynamic && Theme.currentThemeName !== "custom"
Grid {