fix label edge's shading

This commit is contained in:
arcan1s 2014-09-09 03:12:20 +04:00
parent d72f827984
commit aa127574c4

View File

@ -78,6 +78,7 @@ void AwesomeWidget::updateText(const bool clear)
for (int i=0; i<foundKeys.count(); i++)
text.replace(QString("$") + foundKeys[i], values[foundKeys[i]]);
textLabel->setText(formatLine[0] + text + formatLine[1]);
update();
}