diff --git a/ui/wrap/padding_wrap.cpp b/ui/wrap/padding_wrap.cpp index a0e70e9..19ad522 100644 --- a/ui/wrap/padding_wrap.cpp +++ b/ui/wrap/padding_wrap.cpp @@ -85,6 +85,7 @@ int CenterWrap::resizeGetHeight(int newWidth) { } void CenterWrap::wrappedSizeUpdated(QSize size) { + resize(width(), size.height()); updateWrappedPosition(width()); }