Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-10-16 18:59:42 +0300
committerAntonioya <blendergit@gmail.com>2018-10-16 18:59:42 +0300
commitcf2e5e316378cce4d0b367dc01f332c2852a5472 (patch)
treeadcff13d83d693b3008646219004d3d99c2675a5 /release/scripts/startup/bl_ui/properties_grease_pencil_common.py
parentd09a46c2ac3d4ca3e5130fbdc41c7b97fe3b48ad (diff)
Small change to Annotation panel
Add one line more by default
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_grease_pencil_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index 81b99262a60..a4d62f1757c 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -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)