widgets/cliprect: override parent's implicit size instead of wrapper

Adding implicitSize to margin wrappers broke implicit sizing
of ClippingWrapperRectangle.
This commit is contained in:
outfoxxed 2025-05-25 20:33:37 -07:00
parent 73e673ea1c
commit 7390ae28e4
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 14 additions and 9 deletions

View file

@ -14,6 +14,7 @@ qt_add_qml_module(quickshell-widgets
WrapperMouseArea.qml
WrapperRectangle.qml
ClippingWrapperRectangle.qml
ClippingWrapperRectangleInternal.qml
)
qt6_add_shaders(quickshell-widgets "widgets-cliprect"