fix twinkle of desktop panel

This commit is contained in:
arcan1s
2014-07-23 17:58:01 +04:00
parent 7dd7251a45
commit b9c9aac686
2 changed files with 2 additions and 2 deletions

View File

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