forked from AuroraMiddleware/gtk
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:
parent
d80a2fe41f
commit
ace4545931
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user