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:
committed by
Harley Acheson
parent
c2d8d84cd8
commit
6fd0f384d7
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user