forked from qt-creator/qt-creator
Fixes: Improved sidebar looks and layout
Details: -Centered all the text labels. -Added shadow on title text. -Made progressbar go all the way and placed the button on top. -Added some spacing between warning and error icons. -Improved cosmetics on progress bar itself.
This commit is contained in:
@@ -124,6 +124,7 @@ void BaseFileFind::searchFinished()
|
||||
QWidget *BaseFileFind::createProgressWidget()
|
||||
{
|
||||
m_resultLabel = new QLabel;
|
||||
m_resultLabel->setAlignment(Qt::AlignCenter);
|
||||
// ### TODO this setup should be done by style
|
||||
QFont f = m_resultLabel->font();
|
||||
f.setBold(true);
|
||||
|
||||
Reference in New Issue
Block a user