mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Increased companion sheet width by 40 pixels
This commit is contained in:
parent
3721f9ee3f
commit
868eca01b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue