GP: Make topbar layer popover wider

This commit is contained in:
Antonioya 2018-09-24 12:57:11 +02:00
parent e904bb64df
commit 2721700b7a

@ -284,6 +284,7 @@ class TOPBAR_PT_gpencil_layers(Panel):
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'HEADER' bl_region_type = 'HEADER'
bl_label = "Layers" bl_label = "Layers"
bl_ui_units_x = 14
@classmethod @classmethod
def poll(cls, context): def poll(cls, context):