diff --git a/src/widgets/Window.cpp b/src/widgets/Window.cpp index 2ba2b9a3b..ab083ace1 100644 --- a/src/widgets/Window.cpp +++ b/src/widgets/Window.cpp @@ -177,6 +177,7 @@ void Window::addCustomTitlebarButtons() getApp()->windows->showAccountSelectPopup( this->userLabel_->mapToGlobal(this->userLabel_->rect().bottomLeft())); // }); + this->userLabel_->setMinimumWidth(20 * getScale()); } void Window::addDebugStuff()