We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c5fb0 commit f5e3cfbCopy full SHA for f5e3cfb
module/ui/codex-browser.mjs
@@ -269,7 +269,7 @@ export class CodexBrowser {
269
const content = await FoundryUtils.renderTemplate('actor/party/actor-party-edit-codex-entry', context);
270
271
const result = await FoundryUtils.prompt({
272
- window: { title: `Edit — ${entry.name}` },
+ window: { title: `Edit — ${entry.name}`, resizable: true },
273
position: {
274
width: 750,
275
},
0 commit comments