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);