Fixes the issue with making the chatterino window smaller with long usernames (#588)

This commit is contained in:
apa420 2018-07-10 18:31:34 +02:00 committed by fourtf
parent c3793121cb
commit 77f904fae4

View file

@ -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()