Merge branch 'master' into 015-spells

This commit is contained in:
Gesina Schwalbe 2021-01-09 23:44:48 +01:00
commit c1f77e1a66
6 changed files with 187 additions and 108 deletions

View file

@ -30,7 +30,7 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor, DS4Ite
return mergeObject(super.defaultOptions, {
classes: ["ds4", "sheet", "actor"],
template: "systems/ds4/templates/actor/actor-sheet.hbs",
width: 725,
width: 745,
height: 600,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "inventory" }],
});