tab on 20q and Hide rank 0 (initial) on progession

This commit is contained in:
Vlyan
2020-12-30 17:34:14 +01:00
parent 2074caa125
commit 05354e9c6b
5 changed files with 583 additions and 572 deletions

View File

@@ -33,7 +33,8 @@ export class TwentyQuestionsDialog extends FormApplication {
template: CONFIG.l5r5e.paths.templates + "actors/twenty-questions-dialog.html",
title: game.i18n.localize("l5r5e.twenty_questions.title"),
width: 600,
height: 600,
height: 800,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "part1" }],
resizable: true,
closeOnSubmit: false,
submitOnClose: false,