1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

launcher: add 1px gap between grid delegates

This commit is contained in:
bbedward
2025-12-05 09:33:04 -05:00
parent f9610d457c
commit e56481f6d7

View File

@@ -30,8 +30,8 @@ Rectangle {
signal itemRightClicked(int index, var modelData, real mouseX, real mouseY)
signal keyboardNavigationReset
width: cellWidth
height: cellHeight
width: cellWidth - 1
height: cellHeight - 1
radius: Theme.cornerRadius
color: currentIndex === index ? Theme.withAlpha(Theme.surfaceContainerHighest, Theme.popupTransparency) : mouseArea.containsMouse ? Theme.withAlpha(Theme.surfaceContainerHighest, Theme.popupTransparency) : "transparent"