fix aw geometry

This commit is contained in:
arcan1s
2014-09-21 20:43:27 +04:00
parent 830bab7cb6
commit 17c3383616
2 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,7 @@ void AwesomeWidget::reinit()
textLabel->setPopupEnabled(true);
updateText(true);
textLabel->adjustSize();
mainLayout->itemAt(0, 0)->setGeometry(textLabel->geometry());
keys = getKeys();
foundKeys = findKeys();