mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-21 17:49:57 +00:00
fix cpu reading
This commit is contained in:
@ -56,9 +56,9 @@ void AwesomeWidget::reinit()
|
||||
textLabel->setPopupEnabled(true);
|
||||
updateText(true);
|
||||
mainLayout->addItem(textLabel);
|
||||
resize(10, 10);
|
||||
if (configuration[QString("rightStretch")].toInt() == 2)
|
||||
mainLayout->addStretch(1);
|
||||
resize(10, 10);
|
||||
|
||||
keys = getKeys();
|
||||
foundKeys = findKeys();
|
||||
|
Reference in New Issue
Block a user