Jiří Šebele has proposed merging lp:~sindriava+launchpad/granite/fix-982033
into lp:granite.
Requested reviews:
elementary Pantheon team (elementary-pantheon)
Related bugs:
Bug #982033 in Granite: "use .h2 for Granite About"
https://bugs.launchpad.net/granite/+bug/982033
For more details, see:
https://code.launchpad.net/~sindriava+launchpad/granite/fix-982033/+merge/102038
Manually setting the class in GtkPatch/AboutDialog.vala
Should be tested using the newest eGtk.
--
https://code.launchpad.net/~sindriava+launchpad/granite/fix-982033/+merge/102038
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/GtkPatch/AboutDialog.vala'
--- lib/GtkPatch/AboutDialog.vala 2012-03-25 06:42:59 +0000
+++ lib/GtkPatch/AboutDialog.vala 2012-04-15 19:29:19 +0000
@@ -298,6 +298,7 @@
name_label.halign = Gtk.Align.START;
name_label.set_line_wrap(true);
name_label.set_selectable(true);
+ name_label.get_style_context ().add_class ("h2");
copyright_label = new Label("");
copyright_label.set_selectable(true);
--
Mailing list: https://launchpad.net/~elementaryart
Post to : [email protected]
Unsubscribe : https://launchpad.net/~elementaryart
More help : https://help.launchpad.net/ListHelp