fix cpu reading

This commit is contained in:
arcan1s
2014-09-02 22:16:13 +04:00
parent 0751d080eb
commit cd48ac8245
4 changed files with 6 additions and 7 deletions

View File

@ -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();