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-07-30 04:46:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-30 04:46:48 +0400
commit78b32ceeed03a3ad82ad28883c59131e86392315 (patch)
tree032728e3d93bb68fe2cbba199468c7ca6bcd144b /source/blender/editors/space_file/file_draw.c
parent86cfc1966e3b148f2ee8ba97fab26f212e8c9060 (diff)
switched file and dir by mistake
Diffstat (limited to 'source/blender/editors/space_file/file_draw.c')
-rw-r--r--source/blender/editors/space_file/file_draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 933b9cc69ad..5a07c6a7550 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -135,8 +135,8 @@ void file_draw_buttons(const bContext *C, ARegion *ar)
/* 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;