From 796cbd4d5389116fee96cec4914b26dd1d166c95 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Thu, 17 Jul 2025 19:18:33 +0200 Subject: [PATCH] style(ui): increase default item sheet width to 560px --- src/apps/item-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/item-sheet.js b/src/apps/item-sheet.js index c12b5e8a..004b3ab9 100644 --- a/src/apps/item-sheet.js +++ b/src/apps/item-sheet.js @@ -17,7 +17,7 @@ export class DS4ItemSheet extends foundry.applications.api.HandlebarsApplication closeOnSubmit: false, }, position: { - width: 540, + width: 560, height: 400, }, window: {