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:
authorJoilnen Leite <joilnen.leite@gmail.com>2009-02-28 10:45:16 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2009-02-28 10:45:16 +0300
commitbadbba7266cf27deaaf7e704b2b751d9023054a8 (patch)
treeeb0e0ab2c774768397c59da00aeabce002d46289 /source/blender/editors/space_info
parent71cedc8c1b6fcb4ef1fd28eb9a76abbb230e61c4 (diff)
Making y2 for File the same that Add Timeline etc
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/info_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_info/info_header.c b/source/blender/editors/space_info/info_header.c
index 32c01b53a9e..464c7bb0789 100644
--- a/source/blender/editors/space_info/info_header.c
+++ b/source/blender/editors/space_info/info_header.c
@@ -407,7 +407,7 @@ void info_header_buttons(const bContext *C, ARegion *ar)
uiBlockSetEmboss(block, UI_EMBOSSP);
xmax= GetButStringLength("File");
- uiDefMenuBut(block, info_filemenu, NULL, "File", xco, yco-2, xmax-3, 24, "");
+ uiDefMenuBut(block, info_filemenu, NULL, "File", xco, yco, xmax-3, 24, "");
xco+= xmax;
xmax= GetButStringLength("Add");