From ce3e8ecf0d82340c6749a63d98dc18277f68aa77 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Wed, 16 Jul 2003 18:35:12 +0000 Subject: [PATCH] - moved the 'Enable All Codecs' button over in the info window (for Win32) --- source/blender/src/space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 3f37b3c0ea5..dc6e18b70df 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -1784,7 +1784,7 @@ void drawinfospace(ScrArea *sa, void *spacedata) 0, 0, 0, 0, 0, ""); uiDefButS(block, TOG|BIT|8, 0, "Enable all codecs", - (xpos+edgespace+(2*medprefbut)+(2*midspace)),y2,medprefbut,buth, + (xpos+edgespace+(1*medprefbut)+(1*midspace)),y2,medprefbut,buth, &(U.uiflag), 0, 0, 0, 0, "Allows all codecs for rendering (not guaranteed)"); #endif