Increased companion sheet width by 40 pixels

This commit is contained in:
WBHarry 2025-08-13 18:50:35 +02:00
parent 3721f9ee3f
commit 868eca01b3

View file

@ -6,7 +6,7 @@ import DHBaseActorSheet from '../api/base-actor.mjs';
export default class DhCompanionSheet extends DHBaseActorSheet {
static DEFAULT_OPTIONS = {
classes: ['actor', 'companion'],
position: { width: 300 },
position: { width: 340 },
actions: {
levelManagement: DhCompanionSheet.#levelManagement
}