From b7b67e978fed0182c534456147c94a3960ef357e Mon Sep 17 00:00:00 2001 From: y5nw <37980625+y5nw@users.noreply.github.com> Date: Tue, 27 May 2025 09:14:01 +0200 Subject: [PATCH] minor dimensions --- builtin/common/settings/dlg_change_keybinding.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/common/settings/dlg_change_keybinding.lua b/builtin/common/settings/dlg_change_keybinding.lua index df857a96f..d59b0760e 100644 --- a/builtin/common/settings/dlg_change_keybinding.lua +++ b/builtin/common/settings/dlg_change_keybinding.lua @@ -16,7 +16,7 @@ local function get_formspec(dialogdata) ("label[0.5,0.8;%s]"):format(readable_name), ("button[0.5,5.7;5,0.8;btn_add;%s]"):format(fgettext("Add keybinding")), ("button_key[0.5,6.7;4.2,0.8;btn_bind;%s]"):format(core.formspec_escape(value[selection] or "")), - ("image_button[4.6,6.7;0.8,0.8;%s;btn_clear;]"):format( + ("image_button[4.7,6.7;0.8,0.8;%s;btn_clear;]"):format( core.formspec_escape(defaulttexturedir .. "clear.png")), ("tooltip[btn_clear;%s]"):format(fgettext("Remove keybinding")), ("button[3.1,7.7;2.4,0.8;btn_close;%s]"):format(fgettext("Cancel")),