diff --git a/www.rus/js/plugins/SlotMachine.js b/www.rus/js/plugins/SlotMachine.js index 44022cd..e15402b 100644 --- a/www.rus/js/plugins/SlotMachine.js +++ b/www.rus/js/plugins/SlotMachine.js @@ -1525,7 +1525,7 @@ function Window_ReplayCommand() { var align = this.itemTextAlign(); this.resetTextColor(); this.changePaintOpacity(this.isCommandEnabled(index)); - this.drawText(this.commandName(index), rect.x + 24, rect.y + 2, rect.width, 'left'); + this.drawText(this.commandName(index), rect.x + 12, rect.y + 2, rect.width, 'left'); }; Window_SlotCommand.prototype.drawOptionBack = function(index, x) {