Style for new dice Rnk + technique fix
This commit is contained in:
@@ -51,8 +51,6 @@ export class DicePickerDialog extends FormApplication {
|
||||
classes: ["l5r5e", "dice-picker-dialog"],
|
||||
template: CONFIG.l5r5e.paths.templates + "dice/dice-picker-dialog.html",
|
||||
title: "L5R Dice Roller",
|
||||
width: 660,
|
||||
height: 460,
|
||||
actor: null,
|
||||
ringId: null,
|
||||
skillId: "",
|
||||
|
||||
@@ -20,8 +20,8 @@ export class GmToolsDialog extends FormApplication {
|
||||
classes: ["l5r5e", "gm-tools-dialog"],
|
||||
template: CONFIG.l5r5e.paths.templates + "dice/gm-tools-dialog.html",
|
||||
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
|
||||
left: x - 540,
|
||||
top: y - 94,
|
||||
left: x - 523,
|
||||
top: y - 114,
|
||||
closeOnSubmit: false,
|
||||
submitOnClose: false,
|
||||
submitOnChange: true,
|
||||
|
||||
Reference in New Issue
Block a user