mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Merge branch 'patch/6.0.6' into dev
This commit is contained in:
@@ -27,12 +27,14 @@ Gui.element(function(_, parent)
|
||||
return parent.add{
|
||||
type = 'frame',
|
||||
direction = 'vertical',
|
||||
style = 'image_frame'
|
||||
style = 'inside_deep_frame'
|
||||
}
|
||||
end)
|
||||
:style{
|
||||
horizontally_stretchable = true,
|
||||
horizontal_align = 'center'
|
||||
horizontal_align = 'center',
|
||||
padding = {2, 2},
|
||||
top_margin = 2
|
||||
}
|
||||
|
||||
--- Table which has a title above it above it
|
||||
|
||||
@@ -513,7 +513,7 @@ end)
|
||||
|
||||
--- Button on the top flow used to toggle the container
|
||||
-- @element toggle_left_element
|
||||
Gui.left_toolbar_button('entity/rocket-silo', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
|
||||
Gui.left_toolbar_button('item/satellite', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
|
||||
return Roles.player_allowed(player, 'gui/rocket-info')
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user