wallpaperpicker stuff
This commit is contained in:
@@ -120,6 +120,7 @@ PanelWindow {
|
|||||||
height: grid.cellHeight -25
|
height: grid.cellHeight -25
|
||||||
color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent" // select color
|
color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent" // select color
|
||||||
radius: 10
|
radius: 10
|
||||||
|
clip: true
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
spacing: 20
|
spacing: 20
|
||||||
@@ -131,6 +132,8 @@ PanelWindow {
|
|||||||
border.width: 2
|
border.width: 2
|
||||||
border.color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent"
|
border.color: mouseArea.containsMouse ? Qt.alpha(Colors.surfaceContainerHover, 0.5) : "transparent"
|
||||||
|
|
||||||
|
radius: 10
|
||||||
|
|
||||||
Image { // Image
|
Image { // Image
|
||||||
source: filePath
|
source: filePath
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user