draw arrows pointing to the right correctly placed inside their GdkWindow.

2006-12-14  Carlos Garnacho  <carlosg@gnome.org>

        * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
        placed inside their GdkWindow. Bug #385672.
This commit is contained in:
Carlos Garnacho
2006-12-14 13:16:47 +00:00
committed by Carlos Garnacho
parent a833049e4a
commit e982a87be8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-12-14 Carlos Garnacho <carlosg@gnome.org>
* gtk/gtkcalendar.c: draw arrows pointing to the right correctly
placed inside their GdkWindow. Bug #385672.
2006-12-14 Amitakhya Phukan <aphukan@redhat.com>
* configure.in: Added 'as' in ALL_LINGUAS

View File

@@ -2334,7 +2334,7 @@ calendar_paint_arrow (GtkCalendar *calendar,
gtk_paint_arrow (widget->style, window, state,
GTK_SHADOW_OUT, NULL, widget, "calendar",
GTK_ARROW_RIGHT, TRUE,
width/2 - 2, height/2 - 4, 8, 8);
width/2 - 4, height/2 - 4, 8, 8);
}
}