mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
fix label edge's shading
This commit is contained in:
parent
d72f827984
commit
aa127574c4
@ -78,6 +78,7 @@ void AwesomeWidget::updateText(const bool clear)
|
|||||||
for (int i=0; i<foundKeys.count(); i++)
|
for (int i=0; i<foundKeys.count(); i++)
|
||||||
text.replace(QString("$") + foundKeys[i], values[foundKeys[i]]);
|
text.replace(QString("$") + foundKeys[i], values[foundKeys[i]]);
|
||||||
textLabel->setText(formatLine[0] + text + formatLine[1]);
|
textLabel->setText(formatLine[0] + text + formatLine[1]);
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user