mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
edit temp conversion
This commit is contained in:
@ -211,6 +211,7 @@ void DesktopPanel::reinit()
|
||||
for (int i=0; i<desktopNames.count(); i++) {
|
||||
labels.append(new CustomPlasmaLabel(this, i));
|
||||
labels[i]->setWordWrap(false);
|
||||
qDebug() << labels[i]->styleSheet();
|
||||
layout->addItem(labels[i]);
|
||||
}
|
||||
// right stretch
|
||||
|
Reference in New Issue
Block a user