Skip to content

Commit b1b3a8a

Browse files
committed
Reenable minimum dialog size
1 parent 88d30e7 commit b1b3a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/generateboxcommand.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ void GenerateBoxCommand::onCreate(const adsk::core::Ptr<CommandCreatedEventArgs>
8383
auto product = adsk::core::Ptr<Product>{m_app->activeProduct()};
8484
auto design = adsk::core::Ptr<Design>{product};
8585

86-
// command->setDialogMinimumSize(410, 620);
87-
// command->setDialogInitialSize(410, 620);
86+
command->setDialogMinimumSize(410, 620);
87+
command->setDialogInitialSize(410, 620);
8888
command->isRepeatable(false);
8989
command->okButtonText("Create");
9090

0 commit comments

Comments
 (0)