Add missing assetlib panel background

main
passivestar 2025-10-03 14:19:51 +07:00
parent e0f1b0e70f
commit 695e8c52b3
1 changed files with 7 additions and 0 deletions

@ -984,6 +984,13 @@ func _init() -> void:
sb.bg_color = color_surface_low
set_stylebox('project_list', 'ProjectManager', sb)
# Asset Library
sb = base_sb.duplicate()
sb.set_content_margin_all(base_margin * 2 * scale)
sb.bg_color = color_surface_low
set_stylebox('panel', 'AssetLib', sb)
# HACKS
# This section is for workarounds for unthemable UI
# These could be fixed on the engine side in the future