This commit is contained in:
François-Xavier Guillois
2023-09-03 16:02:30 +02:00
parent 83757d26d0
commit 7677c79582
6 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -15,8 +15,8 @@ export class TotemPicker extends Application {
template:'systems/vermine2047/templates/applications/choose-totem.hbs',
popOut:true,
resizable:true,
height:"600",
width:"600"
height:"800",
width:"800"
});
}
@@ -67,7 +67,7 @@ export class ActorPicker extends Application {
template:'systems/vermine2047/templates/applications/choose-actor.hbs',
popOut:true,
resizable:true,
height:"600",
height:"350",
width:"600"
});
}