wallpaperPicker select color
This commit is contained in:
@@ -118,7 +118,7 @@ PanelWindow {
|
||||
delegate: Rectangle {
|
||||
width: grid.cellWidth -10
|
||||
height: grid.cellHeight -25
|
||||
color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent"
|
||||
color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent" // select color
|
||||
radius: 10
|
||||
|
||||
Column {
|
||||
|
||||
Reference in New Issue
Block a user