mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-23 02:29:56 +00:00
fix twinkle of desktop panel
This commit is contained in:
@ -227,6 +227,7 @@ void DesktopPanel::reinit()
|
||||
layout->addStretch(1);
|
||||
|
||||
updateText();
|
||||
resize(10, 10);
|
||||
}
|
||||
|
||||
|
||||
@ -263,7 +264,6 @@ void DesktopPanel::updateText()
|
||||
text = formatLine[0] + line + formatLine[1];
|
||||
labels[i]->setText(text);
|
||||
}
|
||||
resize(1, 1);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user