Skip to content

Commit f5e3cfb

Browse files
committed
Make codex entry edit resizable
1 parent 84c5fb0 commit f5e3cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ui/codex-browser.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export class CodexBrowser {
269269
const content = await FoundryUtils.renderTemplate('actor/party/actor-party-edit-codex-entry', context);
270270

271271
const result = await FoundryUtils.prompt({
272-
window: { title: `Edit — ${entry.name}` },
272+
window: { title: `Edit — ${entry.name}`, resizable: true },
273273
position: {
274274
width: 750,
275275
},

0 commit comments

Comments
 (0)