forked from GitHub-Mirrors/foundry-sw5e
More fixes to allow further testing
This commit is contained in:
parent
a597964bc4
commit
e4e755fd68
5 changed files with 6 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue