mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
another oopsie
This commit is contained in:
parent
e2246d2e8d
commit
5a8a257174
1 changed files with 3 additions and 3 deletions
|
@ -264,10 +264,10 @@ ApplicationWindow {
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onEntered: {
|
onEntered: {
|
||||||
bgrect1.mouseOver = true
|
bgrect2.mouseOver = true
|
||||||
}
|
}
|
||||||
onExited: {
|
onExited: {
|
||||||
bgrect1.mouseOver = false
|
bgrect2.mouseOver = false
|
||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
ospopup.open()
|
ospopup.open()
|
||||||
|
@ -276,7 +276,7 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: bgrect1
|
id: bgrect2
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: accentColor
|
color: accentColor
|
||||||
visible: mouseOver
|
visible: mouseOver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue