forked from Shinonome/dots-hyprland
stickypad: unfuck window size
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user