dialog background

This commit is contained in:
François-Xavier Guillois
2023-05-30 15:49:51 +02:00
parent 411c8f9bce
commit 0acf6ef35b
3 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export class TotemActorSheet extends ActorSheet {
return mergeObject(super.defaultOptions, {
classes: ["totem", "sheet", "actor"],
template: "systems/totem/templates/actor/actor-sheet.html",
width: 600,
height: 600,
width: 690,
height: 800,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }]
});
}