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 { export default class DhCompanionSheet extends DHBaseActorSheet {
static DEFAULT_OPTIONS = { static DEFAULT_OPTIONS = {
classes: ['actor', 'companion'], classes: ['actor', 'companion'],
position: { width: 300 }, position: { width: 340 },
actions: { actions: {
levelManagement: DhCompanionSheet.#levelManagement levelManagement: DhCompanionSheet.#levelManagement
} }