We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d30e7 commit b1b3a8aCopy full SHA for b1b3a8a
src/lib/generateboxcommand.cpp
@@ -83,8 +83,8 @@ void GenerateBoxCommand::onCreate(const adsk::core::Ptr<CommandCreatedEventArgs>
83
auto product = adsk::core::Ptr<Product>{m_app->activeProduct()};
84
auto design = adsk::core::Ptr<Design>{product};
85
86
-// command->setDialogMinimumSize(410, 620);
87
-// command->setDialogInitialSize(410, 620);
+ command->setDialogMinimumSize(410, 620);
+ command->setDialogInitialSize(410, 620);
88
command->isRepeatable(false);
89
command->okButtonText("Create");
90
0 commit comments