More fixes to allow further testing

This commit is contained in:
TJ 2021-01-04 22:16:56 -06:00
parent a597964bc4
commit e4e755fd68
5 changed files with 6 additions and 4 deletions

View file

@ -16,7 +16,6 @@ export default class ActorSheet5eNPCNew extends ActorSheet5e {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
classes: ["sw5e", "sheet", "actor", "npc"],
width: 600,
width: 800,
tabs: [{
navSelector: ".root-tabs",