Fixes the issue with making the chatterino window smaller with long usernames (#588)
This commit is contained in:
@@ -177,6 +177,7 @@ void Window::addCustomTitlebarButtons()
|
|||||||
getApp()->windows->showAccountSelectPopup(
|
getApp()->windows->showAccountSelectPopup(
|
||||||
this->userLabel_->mapToGlobal(this->userLabel_->rect().bottomLeft())); //
|
this->userLabel_->mapToGlobal(this->userLabel_->rect().bottomLeft())); //
|
||||||
});
|
});
|
||||||
|
this->userLabel_->setMinimumWidth(20 * getScale());
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::addDebugStuff()
|
void Window::addDebugStuff()
|
||||||
|
|||||||
Reference in New Issue
Block a user