fix: increase width of Install Tech dialog to improve layout visibility
This commit is contained in:
parent
a335b51932
commit
a6a467e353
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue