DemoPanel

This commit is contained in:
quadbyte 2025-08-09 18:23:45 -04:00
parent 5d6b82a80e
commit 05b76b96b3
4 changed files with 17 additions and 12 deletions

View file

@ -11,7 +11,7 @@ PanelWindow {
property int topMargin: Style.barHeight * scaling
property color overlayColor: showOverlay ? Theme.overlay : "transparent"
function dismiss() {
function hide() {
visible = false
}
@ -33,7 +33,7 @@ PanelWindow {
MouseArea {
anchors.fill: parent
onClicked: outerPanel.dismiss()
onClicked: outerPanel.hide()
}
Behavior on color {