[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22036] branches/blender2.5/blender/source /blender/editors/space_file/file_draw.c: switched file and dir by mistake

Campbell Barton ideasman42 at gmail.com
Thu Jul 30 02:46:48 CEST 2009


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;





More information about the Bf-blender-cvs mailing list