mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Fix button
This commit is contained in:
@@ -149,6 +149,12 @@ end)
|
|||||||
item.enabled = true
|
item.enabled = true
|
||||||
element.style = 'shortcut_bar_button_green'
|
element.style = 'shortcut_bar_button_green'
|
||||||
end
|
end
|
||||||
|
-- Correct the button size
|
||||||
|
local style = element.style
|
||||||
|
style.right_margin -3
|
||||||
|
style.padding = -2
|
||||||
|
style.height = 32
|
||||||
|
style.width = 32
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user