[gnome-contacts] Make first letters larger
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Make first letters larger
- Date: Tue, 24 May 2011 10:15:53 +0000 (UTC)
commit 8c7fd5656d8df510bd6378adcfdb30855781af84
Author: Alexander Larsson <alexl redhat com>
Date: Tue May 24 12:15:37 2011 +0200
Make first letters larger
src/contacts-app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index fb92bfc..e812bd3 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -45,7 +45,7 @@ public class Contacts.App : Window {
var text = new CellRendererText ();
text.set_alignment (0, 0);
column.pack_start (text, true);
- text.set ("weight", Pango.Weight.BOLD);
+ text.set ("weight", Pango.Weight.BOLD, "scale", 1.28);
column.set_cell_data_func (text, (column, cell, model, iter) => {
Contact contact;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]