Small change to Annotation panel

Add one line more by default
This commit is contained in:
Antonioya 2018-10-16 17:59:42 +02:00
parent d09a46c2ac
commit cf2e5e3163

@ -740,7 +740,7 @@ class AnnotationDataPanel:
if len(gpd.layers) >= 2:
layer_rows = 5
else:
layer_rows = 2
layer_rows = 3
col.template_list("GPENCIL_UL_annotation_layer", "", gpd, "layers", gpd.layers, "active_index",
rows=layer_rows, reverse=True)