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:15:13 +00:00 committed by Carlos Garnacho
parent d80a2fe41f
commit ace4545931
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 Christian Persch <chpe@cvs.gnome.org>
* gtk/gtkiconview.c: Fix docs typo. Bug #385642.

View File

@ -2299,7 +2299,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);
}
}