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:
authorMatt Ebb <matt@mke3.net>2010-08-27 11:44:36 +0400
committerMatt Ebb <matt@mke3.net>2010-08-27 11:44:36 +0400
commit125b82ad4cc764c851b66ed2a3ad477c0053958d (patch)
tree26d08b25d9c7707b7c59c02fd3dad024c1658441 /source/blender
parent26e71929d8b73315e04c68556075029cdb589769 (diff)
Fix [#23451] Render View, one plus button too much
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 0b8a2d8f843..ffa8f6ebb83 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -957,7 +957,7 @@ void ED_spacetype_image(void)
/* regions: statistics/scope buttons */
art= MEM_callocN(sizeof(ARegionType), "spacetype image region");
art->regionid = RGN_TYPE_PREVIEW;
- art->minsizex= 220; // XXX
+ art->prefsizex= 220; // XXX
art->keymapflag= ED_KEYMAP_UI|ED_KEYMAP_FRAMES;
art->listener= image_scope_area_listener;
art->init= image_scope_area_init;