Merge pull request #240 from bbassie/fix/autofill

Fix button
This commit is contained in:
Cooldude2606
2023-03-07 21:12:26 +00:00
committed by GitHub

View File

@@ -149,6 +149,12 @@ end)
item.enabled = true
element.style = 'shortcut_bar_button_green'
end
-- Correct the button size
local style = element.style
style.right_margin = -3
style.padding = -2
style.height = 32
style.width = 32
end)