Color tweaks

This commit is contained in:
Jens Bache-Wiig
2010-02-18 11:41:58 +01:00
parent 7899a2733b
commit 54b2ab7190
6 changed files with 13 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ BuildProgress::BuildProgress(TaskWindow *taskWindow)
m_taskWindow(taskWindow)
{
QVBoxLayout *layout = new QVBoxLayout;
layout->setContentsMargins(8, 2, 0, 2);
layout->setContentsMargins(8, 4, 0, 4);
layout->setSpacing(2);
setLayout(layout);
QHBoxLayout *errorLayout = new QHBoxLayout;