fixed some light mode issues

This commit is contained in:
fourtf
2018-04-18 09:33:05 +02:00
parent 3446a623f5
commit 653e4c6adf
9 changed files with 31 additions and 19 deletions
-3
View File
@@ -31,7 +31,6 @@ SplitInput::SplitInput(Split *_chatWidget)
// misc
this->installKeyPressedEvent();
this->themeRefreshEvent();
this->scaleChangedEvent(this->getScale());
}
@@ -112,8 +111,6 @@ void SplitInput::scaleChangedEvent(float scale)
// set maximum height
this->setMaximumHeight((int)(150 * this->getScale()));
this->themeRefreshEvent();
}
void SplitInput::themeRefreshEvent()