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:
@@ -46,8 +46,8 @@ BuildProgress::BuildProgress(TaskWindow *taskWindow)
|
||||
m_taskWindow(taskWindow)
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
layout->setMargin(0);
|
||||
layout->setSpacing(0);
|
||||
layout->setContentsMargins(8, 2, 0, 2);
|
||||
layout->setSpacing(2);
|
||||
setLayout(layout);
|
||||
QHBoxLayout *errorLayout = new QHBoxLayout;
|
||||
errorLayout->setSpacing(4);
|
||||
|
||||
Reference in New Issue
Block a user