Fixed Readme

This commit is contained in:
Cooldude2606
2020-05-26 19:29:49 +01:00
parent 9135608031
commit 4f62b983cf

View File

@@ -27,12 +27,14 @@ Gui.element(function(_,parent)
return parent.add{ return parent.add{
type = 'frame', type = 'frame',
direction = 'vertical', direction = 'vertical',
style = 'image_frame' style = 'inside_deep_frame'
} }
end) end)
:style{ :style{
horizontally_stretchable = true, horizontally_stretchable = true,
horizontal_align = 'center' horizontal_align = 'center',
padding = {2, 2},
top_margin = 2
} }
--- Table which has a title above it above it --- Table which has a title above it above it