mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes the issue with making the chatterino window smaller with long usernames (#588)
This commit is contained in:
parent
c3793121cb
commit
77f904fae4
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue