Skip to content

Commit

Permalink
fix: make config resizable (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
arcanistzed authored Jun 16, 2022
1 parent a14ad12 commit da1bf05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/classes/DevModeConfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class DevModeConfig extends FormApplication {
],
title: game.i18n.localize(`${DevMode.MODULE_ABBREV}.configMenu.FormTitle`),
width: 400,
resizable: true,
};
}

Expand Down

0 comments on commit da1bf05

Please sign in to comment.