Revision: 22036
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22036
Author:   campbellbarton
Date:     2009-07-30 02:46:48 +0200 (Thu, 30 Jul 2009)

Log Message:
-----------
switched file and dir by mistake

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_file/file_draw.c

Modified: 
branches/blender2.5/blender/source/blender/editors/space_file/file_draw.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_file/file_draw.c   
2009-07-29 23:48:06 UTC (rev 22035)
+++ branches/blender2.5/blender/source/blender/editors/space_file/file_draw.c   
2009-07-30 00:46:48 UTC (rev 22036)
@@ -135,8 +135,8 @@
        /* Button layout. */
        const short min_x      = 10;
        const short max_x      = ar->winx - 10;
-       const short line2_y    = IMASEL_BUTTONS_HEIGHT/2 + 
IMASEL_BUTTONS_MARGIN*2;
-       const short line1_y    = IMASEL_BUTTONS_MARGIN;
+       const short line1_y    = IMASEL_BUTTONS_HEIGHT/2 + 
IMASEL_BUTTONS_MARGIN*2;
+       const short line2_y    = IMASEL_BUTTONS_MARGIN;
        const short input_minw = 20;
        const short btn_h      = UI_UNIT_Y;
        const short btn_fn_w   = UI_UNIT_X;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to