From a4ebe848d93af22956386a980febb9726b654f0e Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 20 Apr 2011 10:10:07 +0000 Subject: Bugfix [#27054] 2.57 icons and buttons aren't perfectly centered This seems to make things look a bit better. What a difference 1px makes... --- source/blender/editors/screen/area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c index 5a80799fc3b..1882d849116 100644 --- a/source/blender/editors/screen/area.c +++ b/source/blender/editors/screen/area.c @@ -1457,7 +1457,7 @@ void ED_region_header(const bContext *C, ARegion *ar) UI_view2d_view_ortho(&ar->v2d); xco= maxco= 8; - yco= HEADERY-3; + yco= HEADERY-4; /* draw all headers types */ for(ht= ar->type->headertypes.first; ht; ht= ht->next) { -- cgit v1.2.3