nix
This commit is contained in:
@@ -53,13 +53,20 @@ Item {
|
||||
border.width: 0
|
||||
}
|
||||
|
||||
AudioPopup {
|
||||
id: audioPopup
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.bottom
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onEntered: root.expanded = true
|
||||
onExited: root.expanded = false
|
||||
onEntered: audioPopup.expanded = true
|
||||
onExited: audioPopup.expanded = false
|
||||
|
||||
RowLayout {
|
||||
anchors {
|
||||
fill: parent
|
||||
|
||||
Reference in New Issue
Block a user