Labels on top fixes

This commit is contained in:
Gaute Lindkvist
2019-04-03 14:20:32 +02:00
parent 815689372a
commit 5e517e47dd
4 changed files with 17 additions and 34 deletions

View File

@@ -197,7 +197,8 @@ void caf::PdmUiFormLayoutObjectEditor::recursivelyConfigureAndUpdateUiOrderingIn
labelAndFieldVerticalLayout->addWidget(fieldEditorWidget, 1, Qt::AlignTop);
// Apply margins determined by the editor type
fieldLabelWidget->setContentsMargins(fieldEditor->labelContentMargins());
//fieldLabelWidget->setContentsMargins(fieldEditor->labelContentMargins());
currentColumn += itemColumnSpan;
}
else
{