diff --git a/src/window/proxywindow.cpp b/src/window/proxywindow.cpp index 2a1f51d9..f3a2e6c1 100644 --- a/src/window/proxywindow.cpp +++ b/src/window/proxywindow.cpp @@ -154,9 +154,11 @@ void ProxyWindowBase::completeWindow() { this->setColor(this->mColor); this->updateMask(); - // notify initial x and y positions + // notify initial / post-connection geometry emit this->xChanged(); emit this->yChanged(); + emit this->widthChanged(); + emit this->heightChanged(); this->mContentItem->setParentItem(this->window->contentItem()); this->mContentItem->setWidth(this->width());