Skip to content
Snippets Groups Projects
Commit bf64a1ae authored by con's avatar con
Browse files

Fix more margins.

parent 5ed5f8b2
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ Qt4RunConfigurationWidget::Qt4RunConfigurationWidget(Qt4RunConfiguration *qt4Run ...@@ -161,6 +161,7 @@ Qt4RunConfigurationWidget::Qt4RunConfigurationWidget(Qt4RunConfiguration *qt4Run
#endif #endif
QVBoxLayout *vbox = new QVBoxLayout(this); QVBoxLayout *vbox = new QVBoxLayout(this);
vbox->setContentsMargins(0, -1, 0, -1);
vbox->addLayout(toplayout); vbox->addLayout(toplayout);
QLabel *environmentLabel = new QLabel(this); QLabel *environmentLabel = new QLabel(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment