Fix T65492: make material slots popover wider
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user