Remove margin in Text editor to align with everything else

This commit is contained in:
Jacob Støren 2017-11-21 10:19:45 +01:00
parent a2a4ab59c5
commit dc22f4615f

View File

@ -141,6 +141,7 @@ QWidget* PdmUiTextEditor::createEditorWidget(QWidget * parent)
QVBoxLayout* layout = new QVBoxLayout;
layout->addWidget(m_textEdit);
layout->setMargin(0);
QHBoxLayout* buttonLayout = new QHBoxLayout;
buttonLayout->insertStretch(0, 10);