[Bf-blender-cvs] [cd1ac4d908a] master: Fix T65492: make material slots popover wider

Jacques Lucke noreply at git.blender.org
Wed Jun 5 11:46:41 CEST 2019


Commit: cd1ac4d908a89e4eb5c3da50bbe748aec2b36692
Author: Jacques Lucke
Date:   Wed Jun 5 11:46:27 2019 +0200
Branches: master
https://developer.blender.org/rBcd1ac4d908a89e4eb5c3da50bbe748aec2b36692

Fix T65492: make material slots popover wider

===================================================================

M	release/scripts/startup/bl_ui/space_node.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_node.py b/release/scripts/startup/bl_ui/space_node.py
index 14c3d4925a8..1c066cded06 100644
--- a/release/scripts/startup/bl_ui/space_node.py
+++ b/release/scripts/startup/bl_ui/space_node.py
@@ -342,7 +342,7 @@ class NODE_PT_material_slots(Panel):
     bl_space_type = 'NODE_EDITOR'
     bl_region_type = 'HEADER'
     bl_label = "Slot"
-    bl_ui_units_x = 8
+    bl_ui_units_x = 12
 
     def draw_header(self, context):
         ob = context.object



More information about the Bf-blender-cvs mailing list