From c0251c76a3c8a5ce2052d190f031f2eb338de4b0 Mon Sep 17 00:00:00 2001 From: Kai Moschcau Date: Sat, 2 Apr 2022 09:55:53 +0200 Subject: [PATCH] Adjust actor sheet width to new content --- src/main/typescript/applications/actor/wvActorSheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/typescript/applications/actor/wvActorSheet.ts b/src/main/typescript/applications/actor/wvActorSheet.ts index b297dddb..a226ba42 100644 --- a/src/main/typescript/applications/actor/wvActorSheet.ts +++ b/src/main/typescript/applications/actor/wvActorSheet.ts @@ -54,7 +54,7 @@ export default class WvActorSheet extends ActorSheet { tabs: [ { navSelector: ".tabs", contentSelector: ".content", initial: "stats" } ], - width: 740 + width: 800 } as typeof ActorSheet["defaultOptions"]); }