added theme selection color

This commit is contained in:
fourtf
2017-01-21 05:42:59 +01:00
parent a114bd1204
commit 9165d5cc2e
3 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ChatWidgetInput::ChatWidgetInput()
{
this->setLayout(&hbox);
this->setMaximumHeight(100);
this->setMaximumHeight(150);
this->hbox.addWidget(&edit);
+1 -1
View File
@@ -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;
}
};