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:
authorWilliam Reynish <william@reynish.com>2009-07-24 18:30:40 +0400
committerWilliam Reynish <william@reynish.com>2009-07-24 18:30:40 +0400
commitad6aaeb319baac9a134630eba2bf2a71dfdf04fb (patch)
treefb2329416a0648b1a17802a04bd4ec66a0b0c921 /source/blender/editors/screen
parentef6cbc27e05058d9a86e8aafc0e2fb58570b5f8b (diff)
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.
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/screen_ops.c2
1 files changed, 1 insertions, 1 deletions
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 */