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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user