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-03-19 17:31:54 +0400
committerThomas Dinges <blender@dingto.org>2013-03-19 17:31:54 +0400
commitd215f453df2c0eb45f59bc64e123ba8758768908 (patch)
tree425d8bc8080076753719c79ef32764ca26418c2a /source/blender/editors/space_node/drawnode.c
parenta7dd76c43f1ae367ce5fca558185c73f70250509 (diff)
UI / Node Editor:
* Align Render Layer menu and Render button in "Render Layers" node. This looks better and the settings belong together as well.
Diffstat (limited to 'source/blender/editors/space_node/drawnode.c')
-rw-r--r--source/blender/editors/space_node/drawnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 231a2ba646f..fa4b0595061 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -1165,7 +1165,7 @@ static void node_composit_buts_renderlayers(uiLayout *layout, bContext *C, Point
if (!node->id) return;
col = uiLayoutColumn(layout, FALSE);
- row = uiLayoutRow(col, FALSE);
+ row = uiLayoutRow(col, TRUE);
uiItemR(row, ptr, "layer", 0, "", ICON_NONE);
prop = RNA_struct_find_property(ptr, "layer");