GP: Expand topbar layers list

This commit is contained in:
Antonioya 2018-09-27 22:03:50 +02:00
parent 1bd81babbd
commit 3988c5b93a

@ -321,10 +321,7 @@ class TOPBAR_PT_gpencil_layers(Panel):
row = layout.row()
col = row.column()
if len(gpd.layers) >= 2:
layer_rows = 5
else:
layer_rows = 2
layer_rows = 10
col.template_list("GPENCIL_UL_layer", "", gpd, "layers", gpd.layers, "active_index", rows=layer_rows)
col = row.column()