Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'development_api_navigator.py')
-rw-r--r--development_api_navigator.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 6e7079af..23e0f0f6 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -627,9 +627,10 @@ class OBJECT_PT_api_navigator(ApiNavigator, bpy.types.Panel):
###### layout ######
layout = self.layout
- col = layout.column()
- layout.label(text='Tree Structure')
+
+ layout.label(text="Tree Structure:")
col = layout.column(align=True)
+
col.prop(bpy.context.window_manager.api_nav_props, 'path', text='')
row = col.row()
row.operator("api_navigator.parent", text="Parent", icon="BACK")