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:
authorThomas Dinges <blender@dingto.org>2013-10-14 03:24:37 +0400
committerThomas Dinges <blender@dingto.org>2013-10-14 03:24:37 +0400
commitf79eff29849b667770b5c630ad6e44e8581a3297 (patch)
tree33edc092c223db02897c073e4f147c6795f991de /release/scripts/startup/bl_ui/properties_mask_common.py
parent6e86760de2974483dbd4a2aa4ae8c6dc1dbdea66 (diff)
Interface / Template Lists:
* Reduce the space of more lists, should be all in bl_ui/
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_mask_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_mask_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_mask_common.py b/release/scripts/startup/bl_ui/properties_mask_common.py
index 45f3471ad35..203e5078ee4 100644
--- a/release/scripts/startup/bl_ui/properties_mask_common.py
+++ b/release/scripts/startup/bl_ui/properties_mask_common.py
@@ -82,7 +82,7 @@ class MASK_PT_layers:
mask = sc.mask
active_layer = mask.layers.active
- rows = 5 if active_layer else 2
+ rows = 4 if active_layer else 1
row = layout.row()
row.template_list("MASK_UL_layers", "", mask, "layers",