GNOME Bugzilla – Bug 506049
Use pango_layout_set_height in GtkCalendar
Last modified: 2008-01-22 17:51:13 UTC
Once pango_layout_set_height is implemented, GtkCalendar should use it for rendering details.
Bah. Stupid Bugzilla search.
Created attachment 103432 [details] [review] [PATCH] Use pango_layout_set_height() for calendar details (#506049). * configure.in: Require 1.19.3 for pango_layout_set_height(). * gtk/gtkcalendar.c: Use pango_layout_set_height() for details. --- ChangeLog | 7 +++++++ configure.in | 2 +- gtk/gtkcalendar.c | 35 ++++++++++------------------------- 3 files changed, 18 insertions(+), 26 deletions(-)
Created attachment 103433 [details] pango_layout_set_height in action
Looks good to me. Just remove the C99 comment.
Thanks you, commited: 2008-01-22 Mathias Hasselmann <mathias@openismus.com> Use pango_layout_set_height() for calendar details (#506049). * configure.in: Require 1.19.3 for pango_layout_set_height(). * gtk/gtkcalendar.c: Use pango_layout_set_height() for details.
Nice!!! Thanks.