works
This commit is contained in:
@@ -79,22 +79,22 @@ PanelWindow {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
color: Pywal.special.foreground
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
|
||||
implicitHeight: 60
|
||||
implicitWidth: 60
|
||||
color: parent.contansMouse ? Pywal.colors.color12 : Pywal.colors.color4
|
||||
color: parent.contansMouse ? Settings.colors.color12 : Settings.colors.color4
|
||||
}
|
||||
|
||||
hoverEnabled: true
|
||||
|
||||
onEntered: {
|
||||
child.color = Pywal.colors.color12
|
||||
child.color = Settings.colors.color12
|
||||
}
|
||||
|
||||
onExited: {
|
||||
child.color = Pywal.colors.color4
|
||||
child.color = Settings.colors.color4
|
||||
}
|
||||
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user