Gui: Adjust size of the Add Property dialog

This commit is contained in:
Pieter Hijma
2025-09-03 15:33:45 +02:00
parent 530fa77401
commit 55d6c8baee

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)