mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Allowed resizing in levelup dialog
This commit is contained in:
parent
9266a21709
commit
b28b3b2418
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ export default class DhpLevelup extends HandlebarsApplicationMixin(ApplicationV2
|
||||||
id: "daggerheart-levelup",
|
id: "daggerheart-levelup",
|
||||||
classes: ["daggerheart", "views", "levelup"],
|
classes: ["daggerheart", "views", "levelup"],
|
||||||
position: { width: 1200, height: 'auto' },
|
position: { width: 1200, height: 'auto' },
|
||||||
|
window: {
|
||||||
|
resizable: true,
|
||||||
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
toggleBox: this.toggleBox,
|
toggleBox: this.toggleBox,
|
||||||
advanceLevel: this.advanceLevel,
|
advanceLevel: this.advanceLevel,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue