From ad6aaeb319baac9a134630eba2bf2a71dfdf04fb Mon Sep 17 00:00:00 2001 From: William Reynish Date: Fri, 24 Jul 2009 14:30:40 +0000 Subject: Resized the preferences window to 800 px. This makes proper space for the header button text. Merged File Paths and Autosave preference tabs to one 'File' item. This makes the number of items inside the tabs more even and makes text in the tabs easier to read when the window is narrower. Also added weight paint ramp. --- source/blender/editors/screen/screen_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/screen') diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c index b11ba3efa73..09af626da4a 100644 --- a/source/blender/editors/screen/screen_ops.c +++ b/source/blender/editors/screen/screen_ops.c @@ -2982,7 +2982,7 @@ static int userpref_show_invoke(bContext *C, wmOperator *unused, wmEvent *event) rcti rect; int sizex, sizey; - sizex= 640; + sizex= 800; sizey= 480; /* some magic to calculate postition */ -- cgit v1.2.3