mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 08:07:17 +07:00
add space_evenly layout align
This commit is contained in:
@@ -43,6 +43,7 @@ layout.haligns = {
|
||||
center = "center",
|
||||
right = "right",
|
||||
space_around = "space_around",
|
||||
space_evenly = "space_evenly",
|
||||
space_between = "space_between"
|
||||
}
|
||||
|
||||
@@ -52,6 +53,7 @@ layout.valigns = {
|
||||
center = "center",
|
||||
bottom = "bottom",
|
||||
space_around = "space_around",
|
||||
space_evenly = "space_evenly",
|
||||
space_between = "space_between"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user