#94 - tâches de premiers soins

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-03 01:24:49 +01:00
parent 55d49e8230
commit 8c8029624a
4 changed files with 15 additions and 3 deletions

View File

@ -13,8 +13,8 @@ export class RdDItemSheet extends ItemSheet {
return mergeObject(super.defaultOptions, {
classes: ["foundryvtt-reve-de-dragon", "sheet", "item"],
template: "systems/foundryvtt-reve-de-dragon/templates/item-sheet.html",
width: 520,
height: 480
width: 550,
height: 550
//tabs: [{navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description"}]
});
}