non important commit

This commit is contained in:
benstrb 2026-03-13 17:56:47 +01:00
parent 069a5df2b9
commit 25c21ca64a
4 changed files with 72 additions and 11 deletions

View file

@ -18,7 +18,8 @@ PanelWindow {
required property int myMargin
required property int edgeMargin
required property bool expanderOpen
required property bool powerExpanderOpen
required property bool calendarExpanderOpen
anchors.top: true
anchors.left: true
@ -98,6 +99,13 @@ PanelWindow {
implicitWidth: sideBar.recLength
radius: sideBar.recRadius
color: sideBar.recColor
property real hello: time.y
Button {
anchors.fill: parent
opacity: 0
onClicked: sideBar.calendarExpanderOpen = !sideBar.calendarExpanderOpen
}
Text {
anchors.centerIn: parent
@ -122,7 +130,7 @@ PanelWindow {
Button {
anchors.fill: parent
opacity: 0
onClicked: sideBar.expanderOpen = !sideBar.expanderOpen
onClicked: sideBar.powerExpanderOpen = !sideBar.powerExpanderOpen
}
Image {