fix: increase width of Install Tech dialog to improve layout visibility

This commit is contained in:
CPTN Cosmo 2026-04-26 19:18:02 +02:00
parent a335b51932
commit a6a467e353

View file

@ -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 },