Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions mods/d2/chrome/assetbrowser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ Background@ASSETBROWSER_PANEL:
Height: 25
Font: Bold
Align: Center
Text: Asset Browser
Text: label-assetbrowser-title
Label@SOURCE_SELECTOR_DESC:
X: 20
Y: 35
Width: 160
Height: 25
Font: TinyBold
Align: Center
Text: Select asset source
Text: label-assetbrowser-source-desc
DropDownButton@SOURCE_SELECTOR:
X: 20
Y: 60
Width: 160
Height: 25
Font: Bold
Text: Folders
Text: dropdownbutton-assetbrowser-source-selector
ScrollPanel@ASSET_LIST:
X: 20
Y: 90
Expand All @@ -54,7 +54,7 @@ Background@ASSETBROWSER_PANEL:
Height: 25
Font: TinyBold
Align: Center
Text: Filter by name
Text: label-assetbrowser-filename-desc
TextField@FILENAME_INPUT:
X: 20
Y: 395
Expand All @@ -67,7 +67,7 @@ Background@ASSETBROWSER_PANEL:
Height: 25
Font: Bold
Align: Right
Text: Palette:
Text: label-assetbrowser-palette-desc
DropDownButton@PALETTE_SELECTOR:
X: PARENT_WIDTH - WIDTH - 110
Y: 60
Expand Down Expand Up @@ -105,7 +105,7 @@ Background@ASSETBROWSER_PANEL:
Height: 330
Align: Center
Visible: false
Text: Error displaying file. See assetbrowser.log for details.
Text: label-assetbrowser-error
Container@FRAME_SELECTOR:
X: 190
Y: 425
Expand Down Expand Up @@ -200,4 +200,4 @@ Background@ASSETBROWSER_PANEL:
Width: 160
Height: 25
Font: Bold
Text: Close
Text: button-close
Loading