From 6dca384af853e87f72c3b1fedf1092a5406d5121 Mon Sep 17 00:00:00 2001 From: Bastiaan Date: Tue, 7 Mar 2023 01:44:57 +0100 Subject: [PATCH] Update autofill.lua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😴 --- modules/gui/autofill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/autofill.lua b/modules/gui/autofill.lua index e55b252b..a3f3598d 100644 --- a/modules/gui/autofill.lua +++ b/modules/gui/autofill.lua @@ -151,7 +151,7 @@ end) end -- Correct the button size local style = element.style - style.right_margin -3 + style.right_margin = -3 style.padding = -2 style.height = 32 style.width = 32