forked from public/foundryvtt-reve-de-dragon
Correction largeur confirmations
This commit is contained in:
@ -24,7 +24,7 @@ export class RdDConfirm {
|
||||
default: "cancel",
|
||||
buttons: buttons
|
||||
};
|
||||
new Dialog(dialogDetails, { width: 200 * Object.keys(buttons) }).render(true);
|
||||
new Dialog(dialogDetails, { width: 150 * Object.keys(buttons).length }).render(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user