Skip to content

Commit

Permalink
make the window resizable in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Aug 16, 2023
1 parent 6ffb8a8 commit fb7060c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ bool Delegate::handleCommand (const Command& command)
else
{
config.uiDescFileName = "test.uidesc";
config.windowConfig.style.border ();
config.windowConfig.style.border ().size ();
config.windowConfig.style.movableByWindowBackground ();
auto customization = UIDesc::Customization::make ();
customization->addCreateViewControllerFunc (
Expand Down

0 comments on commit fb7060c

Please sign in to comment.