mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45: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
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
bgrect1.mouseOver = true
|
||||
bgrect2.mouseOver = true
|
||||
}
|
||||
onExited: {
|
||||
bgrect1.mouseOver = false
|
||||
bgrect2.mouseOver = false
|
||||
}
|
||||
onClicked: {
|
||||
ospopup.open()
|
||||
|
@ -276,7 +276,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
Rectangle {
|
||||
id: bgrect1
|
||||
id: bgrect2
|
||||
anchors.fill: parent
|
||||
color: accentColor
|
||||
visible: mouseOver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue