Minor fixes

This commit is contained in:
2021-01-11 20:42:10 +01:00
parent 213d02c2b0
commit 03a310e493
3 changed files with 29 additions and 5 deletions

View File

@ -16,7 +16,7 @@ export class RdDRollDialogEthylisme extends Dialog {
// Common conf
let dialogConf = { content: html, title: "Test d'éthylisme", buttons: myButtons, default: "rollButton" };
let dialogOptions = { classes: ["rdddialog"], width: 400, height: 400, 'z-index': 99999 }
let dialogOptions = { classes: ["rdddialog"], width: 400, height: 220, 'z-index': 99999 }
super(dialogConf, dialogOptions)
//console.log("ETH", rollData);