Merge branch 'patch/6.0.6' into dev

This commit is contained in:
Cooldude2606
2020-05-26 19:37:47 +01:00
3 changed files with 9 additions and 7 deletions

View File

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

View File

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