Gm toolbox need a little space more
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user