trying to fix the hovercolor not changing
This commit is contained in:
parent
0a55062cd0
commit
a1ecfaaef9
1 changed files with 2 additions and 1 deletions
|
@ -75,10 +75,11 @@ Controls.Page {
|
|||
height: parent.height
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: parent.width / 4
|
||||
color: parent.Controls.SplitHandle.hovered ? Kirigami.Theme.hoverColor : "#00000000"
|
||||
color: area.containsMouse ? Kirigami.Theme.hoverColor : "#00000000"
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: area
|
||||
anchors.fill: parent
|
||||
enabled: false
|
||||
hoverEnabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue