mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user