Correction largeur confirmations
This commit is contained in:
parent
5cde57e07c
commit
3c86e1b97c
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user