wallpaperPicker select color
This commit is contained in:
@@ -118,7 +118,7 @@ PanelWindow {
|
|||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
width: grid.cellWidth -10
|
width: grid.cellWidth -10
|
||||||
height: grid.cellHeight -25
|
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
|
radius: 10
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|||||||
Reference in New Issue
Block a user