added theme selection color
This commit is contained in:
@@ -12,7 +12,7 @@ ChatWidgetInput::ChatWidgetInput()
|
||||
{
|
||||
this->setLayout(&hbox);
|
||||
|
||||
this->setMaximumHeight(100);
|
||||
this->setMaximumHeight(150);
|
||||
|
||||
this->hbox.addWidget(&edit);
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ protected:
|
||||
|
||||
auto document = this->document()->clone();
|
||||
|
||||
return margins.top() + document->size().height() + margins.bottom() + 2;
|
||||
return margins.top() + document->size().height() + margins.bottom() + 5;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user