Update autofill.lua

😴
This commit is contained in:
Bastiaan
2023-03-07 01:44:57 +01:00
committed by GitHub
parent f44ba9f359
commit 6dca384af8

View File

@@ -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