From a6a467e3533a0970f58a976e28a6ffbf8e03ead1 Mon Sep 17 00:00:00 2001 From: cosmo Date: Sun, 26 Apr 2026 19:18:02 +0200 Subject: [PATCH] fix: increase width of Install Tech dialog to improve layout visibility --- scripts/ikonis-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ikonis-sheet.js b/scripts/ikonis-sheet.js index 1c96395..3c26117 100644 --- a/scripts/ikonis-sheet.js +++ b/scripts/ikonis-sheet.js @@ -150,7 +150,7 @@ export function patchIkonisSheet() { let selectedId = null; const res = await foundry.applications.api.DialogV2.wait({ - window: { title: "Install Tech" }, + window: { title: "Install Tech", width: 550 }, content: content, buttons: [ { action: "ok", label: "Install", icon: "fa-solid fa-download", callback: () => selectedId },