Dialog repos

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-10 16:33:58 +01:00
parent 969cedfc3d
commit 1c908b50cb
2 changed files with 6 additions and 10 deletions

View File

@ -9,7 +9,7 @@ export class DialogRepos extends Dialog {
}
constructor(html, actor) {
let options = { classes: ["DialogCreateSigneDraconiqueActorsActors"], width: 500, height: 400, 'z-index': 99999 };
let options = { classes: ["DialogCreateSigneDraconiqueActorsActors"], width: 400, height: 'fit-content', 'z-index': 99999 };
let conf = {
title: "Se reposer",
content: html,