Confirmations #562

Merged
uberwald merged 8 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-10-05 19:58:42 +02:00
Showing only changes of commit 3c86e1b97c - Show all commits

View File

@ -24,7 +24,7 @@ export class RdDConfirm {
default: "cancel", default: "cancel",
buttons: buttons buttons: buttons
}; };
new Dialog(dialogDetails, { width: 200 * Object.keys(buttons) }).render(true); new Dialog(dialogDetails, { width: 150 * Object.keys(buttons).length }).render(true);
} }
} }