forked from Shinonome/dots-hyprland
stickypad: unfuck window size
This commit is contained in:
@@ -128,6 +128,8 @@ Singleton {
|
|||||||
property bool clickthrough: false
|
property bool clickthrough: false
|
||||||
property real x: 100
|
property real x: 100
|
||||||
property real y: 100
|
property real y: 100
|
||||||
|
property real width: 350
|
||||||
|
property real height: 600
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ StyledOverlayWidget {
|
|||||||
showCenterButton: true
|
showCenterButton: true
|
||||||
|
|
||||||
contentItem: StickypadContent {
|
contentItem: StickypadContent {
|
||||||
implicitWidth: 440
|
anchors.fill: parent
|
||||||
implicitHeight: 380
|
|
||||||
isClickthrough: root.clickthrough
|
isClickthrough: root.clickthrough
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user