mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
Remove margin in Text editor to align with everything else
This commit is contained in:
parent
a2a4ab59c5
commit
dc22f4615f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user