forked from qt-creator/qt-creator
Set margin to zero everywhere on the project pane.
Makes the project pane look nicer.
This commit is contained in:
@@ -125,6 +125,7 @@ BuildSettingsSubWidgets::BuildSettingsSubWidgets(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
new QVBoxLayout(this);
|
||||
layout()->setMargin(0);
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user