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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-10 17:47:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-10 17:47:07 +0300
commit959ac68914c684081e1526b4c9e6380d71cbff1f (patch)
tree8f651951f4f12683a490dc55ea9c02a77f010772 /source/blender/editors/gpencil
parent5c5ec6f0a724c5bbc4179f08a53d4dc70e8fdbed (diff)
align option for split
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_buttons.c b/source/blender/editors/gpencil/gpencil_buttons.c
index 4da5ec02ddc..5deffbabb77 100644
--- a/source/blender/editors/gpencil/gpencil_buttons.c
+++ b/source/blender/editors/gpencil/gpencil_buttons.c
@@ -187,7 +187,7 @@ static void gp_drawui_layer (uiLayout *layout, bGPdata *gpd, bGPDlayer *gpl)
/* new backdrop ----------------------------------- */
box= uiLayoutBox(layout);
- split= uiLayoutSplit(box, 0.5f);
+ split= uiLayoutSplit(box, 0.5f, 0);
/* draw settings ---------------------------------- */