mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
fix label edge's shading
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user