Skip to content

Commit

Permalink
Adjust actor sheet width to new content
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Apr 3, 2022
1 parent f61e82e commit c0251c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/typescript/applications/actor/wvActorSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
}

Expand Down

0 comments on commit c0251c7

Please sign in to comment.