Fix T65492: make material slots popover wider

This commit is contained in:
Jacques Lucke
2019-06-05 11:46:27 +02:00
parent d46aee2982
commit cd1ac4d908

View File

@@ -342,7 +342,7 @@ class NODE_PT_material_slots(Panel):
bl_space_type = 'NODE_EDITOR' bl_space_type = 'NODE_EDITOR'
bl_region_type = 'HEADER' bl_region_type = 'HEADER'
bl_label = "Slot" bl_label = "Slot"
bl_ui_units_x = 8 bl_ui_units_x = 12
def draw_header(self, context): def draw_header(self, context):
ob = context.object ob = context.object