Added an asset type filter to AssetBrowserLogic
This commit is contained in:
@@ -28,11 +28,18 @@ Background@ASSETBROWSER_PANEL:
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Text: Folders
|
||||
ScrollPanel@ASSET_LIST:
|
||||
DropDownButton@ASSET_TYPES_DROPDOWN:
|
||||
X: 20
|
||||
Y: 90
|
||||
Width: 195
|
||||
Height: PARENT_BOTTOM - 225
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Text: Asset types
|
||||
ScrollPanel@ASSET_LIST:
|
||||
X: 20
|
||||
Y: 120
|
||||
Width: 195
|
||||
Height: PARENT_BOTTOM - 255
|
||||
CollapseHiddenChildren: True
|
||||
Children:
|
||||
ScrollItem@ASSET_TEMPLATE:
|
||||
@@ -272,3 +279,15 @@ Background@ASSETBROWSER_PANEL:
|
||||
Font: Bold
|
||||
Text: Close
|
||||
TooltipContainer@TOOLTIP_CONTAINER:
|
||||
|
||||
ScrollPanel@ASSET_TYPES_PANEL:
|
||||
Width: 195
|
||||
Height: 130
|
||||
ItemSpacing: 5
|
||||
TopBottomSpacing: 0
|
||||
Children:
|
||||
Checkbox@ASSET_TYPE_TEMPLATE:
|
||||
X: 5
|
||||
Y: 5
|
||||
Width: PARENT_RIGHT - 29
|
||||
Height: 20
|
||||
|
||||
Reference in New Issue
Block a user