From acea008622447f3446d3d4113a0eed78c8515ed9 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Fri, 29 Jul 2022 14:11:42 +0200 Subject: [PATCH] Gm toolbox need a little space more --- system/scripts/dice/roll.js | 2 -- system/scripts/gm/gm-toolbox.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/system/scripts/dice/roll.js b/system/scripts/dice/roll.js index dc4740c..0bbad72 100644 --- a/system/scripts/dice/roll.js +++ b/system/scripts/dice/roll.js @@ -356,8 +356,6 @@ export class RollL5r5e extends Roll { ); messageData.roll = this; - console.log("toMessage", messageData); //todo tmp - // Either create the message or just return the chat data return ChatMessage.implementation.create(messageData, { rollMode: rMode, diff --git a/system/scripts/gm/gm-toolbox.js b/system/scripts/gm/gm-toolbox.js index 5272630..c7a9dba 100644 --- a/system/scripts/gm/gm-toolbox.js +++ b/system/scripts/gm/gm-toolbox.js @@ -20,7 +20,7 @@ export class GmToolbox extends FormApplication { classes: ["l5r5e", "gm-toolbox"], template: CONFIG.l5r5e.paths.templates + "gm/gm-toolbox.html", title: game.i18n.localize("l5r5e.gm.toolbox.title"), - left: x - 627, + left: x - 630, top: y - 98, closeOnSubmit: false, submitOnClose: false,