mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update UI layout instance defaults
This commit is contained in:
parent
e6a6eff821
commit
4dc12e0157
1 changed files with 15 additions and 1 deletions
|
|
@ -83,7 +83,21 @@ return {
|
|||
TextColor3 = Color3.new(0, 0, 0)
|
||||
},
|
||||
|
||||
-- UIComponent instances
|
||||
UIListLayout = {
|
||||
SortOrder = Enum.SortOrder.LayoutOrder
|
||||
},
|
||||
|
||||
UIGridLayout = {
|
||||
SortOrder = Enum.SortOrder.LayoutOrder
|
||||
},
|
||||
|
||||
UITableLayout = {
|
||||
SortOrder = Enum.SortOrder.LayoutOrder
|
||||
},
|
||||
|
||||
UIPageLayout = {
|
||||
SortOrder = Enum.SortOrder.LayoutOrder
|
||||
},
|
||||
|
||||
VideoFrame = {
|
||||
BackgroundColor3 = Color3.new(1, 1, 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue