Files
evolution/widgets/table
Cosimo Cecchi 54553974ca Bug 671509 (2/2) - Some small UI/theming improvements
table-header: use gtk_widget_create_pango_context() for header buttons

Since we temporarily set custom style classes for the header button on
the table's style context, we cannot rely on the PangoContext used by
gtk_widget_create_pango_layout(), since the font values it will use are
cached by GtkWidget.

By creating a new PangoContext and using that to create our Pango
layout, the text we render will correctly support the properties
specified by the theme (such as bold column-header buttons as specified
by Adwaita).
2012-03-17 20:14:48 -04:00
..
2012-02-20 10:04:25 -05:00
2012-02-20 10:04:25 -05:00
2012-03-03 14:11:12 -05:00