Update flake

This commit is contained in:
outfoxxed 2024-04-03 22:29:53 -07:00
parent 5a70b9493c
commit 5fe73af68e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 43 additions and 39 deletions

View file

@ -27,7 +27,6 @@ Item {
readonly property rect collapsedLayerRect: {
void [barWindow.windowTransform, popupSurface.windowTransform];
return this.mapToItem(popupSurface.contentItem, 0, 0, width, height);
}
readonly property rect expandedLayerRect: popupSurface.expandedPosition(this)