Set margin to zero everywhere on the project pane.

Makes the project pane look nicer.
This commit is contained in:
dt
2009-09-23 17:16:09 +02:00
parent a86fc8aa23
commit a46c18ba41
7 changed files with 24 additions and 7 deletions

View File

@@ -125,6 +125,7 @@ BuildSettingsSubWidgets::BuildSettingsSubWidgets(QWidget *parent)
: QWidget(parent)
{
new QVBoxLayout(this);
layout()->setMargin(0);
}
///