stickypad: unfuck window size

This commit is contained in:
end-4
2025-11-14 09:57:11 +01:00
parent 42147b2117
commit 98ef819fee
2 changed files with 3 additions and 2 deletions
@@ -128,6 +128,8 @@ Singleton {
property bool clickthrough: false
property real x: 100
property real y: 100
property real width: 350
property real height: 600
}
}
@@ -10,8 +10,7 @@ StyledOverlayWidget {
showCenterButton: true
contentItem: StickypadContent {
implicitWidth: 440
implicitHeight: 380
anchors.fill: parent
isClickthrough: root.clickthrough
}
}