Skip to content

Commit

Permalink
feature(reintegrate-gestaltv7): migrate ui types from engine to nui(i…
Browse files Browse the repository at this point in the history
…n *.ui files for nui module)
  • Loading branch information
DarkWeird committed Sep 10, 2020
1 parent 3e3faaf commit b95028b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
{
"type": "engine:columnLayout",
"type": "nui:columnLayout",
"layoutInfo": {
"use-content-width": true,
"use-content-height": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
{
"type": "engine:columnLayout",
"type": "nui:columnLayout",
"layoutInfo": {
"use-content-width": true,
"use-content-height": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
{
"type": "engine:flowLayout",
"type": "nui:flowLayout",
"layoutInfo": {
"use-content-width": true,
"use-content-height": true,
Expand Down Expand Up @@ -60,7 +60,7 @@
]
},
{
"type": "engine:columnLayout",
"type": "nui:columnLayout",
"layoutInfo": {
"use-content-width": true,
"use-content-height": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"id": "settingPage",
"contents": [
{
"type": "engine:RelativeLayout",
"type": "nui:RelativeLayout",
"id": "newWidget",
"contents": [
{
Expand Down

0 comments on commit b95028b

Please sign in to comment.