fixed #182
This commit is contained in:
@@ -19,8 +19,6 @@ SplitInput::SplitInput(Split *_chatWidget)
|
||||
, chatWidget(_chatWidget)
|
||||
, emotesLabel(this)
|
||||
{
|
||||
this->setMaximumHeight(150);
|
||||
|
||||
this->setLayout(&this->hbox);
|
||||
|
||||
this->hbox.setMargin(4);
|
||||
@@ -269,6 +267,8 @@ void SplitInput::resizeEvent(QResizeEvent *)
|
||||
this->textInput.setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
}
|
||||
|
||||
this->setMaximumHeight((int)(150 * this->getDpiMultiplier()));
|
||||
|
||||
this->refreshTheme();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user