Merge branch 'fix-width-of-actorsheet' into 'master'

fix actor sheet

See merge request dungeonslayers/ds4!41
This commit is contained in:
Johannes Loher 2021-01-09 22:36:47 +01:00
commit 5d58803256

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: "description" }],
});