added auto resizing input & settings

This commit is contained in:
fourtf
2017-01-21 05:14:27 +01:00
parent d215bd58b0
commit a114bd1204
12 changed files with 108 additions and 9 deletions
+4
View File
@@ -70,6 +70,10 @@ ColorScheme::setColors(float hue, float multiplyer)
// for (int i = 0; i < LOOKUP_COLOR_COUNT; i++) {
// qInfo(QString::number(this->middleLookupTable[i]).toStdString().c_str());
// }
InputStyleSheet = "background:" + ChatInputBackground.name() + ";" +
"border:" + TabSelectedBackground.name() + ";" +
"color:" + Text.name();
}
void ColorScheme::fillLookupTableValues(qreal (&array)[360], qreal from,