Gui: Adjust size of the Add Property dialog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user