Gui: Adjust size of the Add Property dialog

This commit is contained in:
Pieter Hijma
2025-09-03 15:33:45 +02:00
parent 66df6b39c8
commit 459a8bc4c8

View File

@@ -514,6 +514,8 @@ void DlgAddProperty::initializeWidgets(ViewProviderVarSet* viewProvider)
QWidget::setTabOrder(ui->lineEditName, &comboBoxGroup);
QWidget::setTabOrder(&comboBoxGroup, ui->comboBoxType);
adjustSize();
}
bool DlgAddProperty::propertyExists(const std::string& name)