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