Extensions: User Interface
Remove label from Repositories popover, since it is now accessed via a menu which already has the label. Follow up for: blender/blender-addons-contrib@d5862549d3
This commit is contained in:
@@ -2067,8 +2067,6 @@ 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