UI: Add Title to Extensions Repo Popover

Just adds a "Repositories" title to the repo popover in
Properties / Extensions.

Pull Request: https://projects.blender.org/blender/blender/pulls/119009
This commit is contained in:
Harley Acheson
2024-03-02 19:10:20 +01:00
committed by Harley Acheson
parent c2d8d84cd8
commit 6fd0f384d7
+2
View File
@@ -2075,6 +2075,8 @@ class USERPREF_PT_extensions_repos(Panel):
paths = context.preferences.filepaths
active_repo_index = paths.active_extension_repo
layout.label(text="Repositories")
row = layout.row()
row.template_list(