GNOME Bugzilla – Bug 735966
Subtitle in the "two line renderer" not dimmed
Last modified: 2014-09-03 15:40:10 UTC
As can be seen with a recent version of GTK+ and gnome-documents or totem.
the hack in the twoline renderer just takes the font out of the dim-label - but we changed dim-label to use opacity now
It also uses the subtitle class, which does have font changes. The font size is supposed to change to 82% of its default value, and it doesn't do that.
Created attachment 285259 [details] [review] two-lines-renderer: Fix subtitle not being applied With recent versions of Adwaita/GTK+. Apply all the necessary changes by hand, rather than relying on a GtkStyleContext being able to transfer its style to a PangoLayout.
Attachment 285259 [details] pushed as ecef46a - two-lines-renderer: Fix subtitle not being applied