mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
@@ -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