aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-12-14 00:48:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-12-14 00:48:07 +0800
commit034accdf3ba5426db5cab0a6082c7628324e6720 (patch)
treedf08fb912046d6ee74f548be09c594b1aea2ca06
parentc9ba92156c91d1e96df18a42c39ec07d15bb7517 (diff)
downloadgsoc2013-evolution-034accdf3ba5426db5cab0a6082c7628324e6720.tar.gz
gsoc2013-evolution-034accdf3ba5426db5cab0a6082c7628324e6720.tar.zst
gsoc2013-evolution-034accdf3ba5426db5cab0a6082c7628324e6720.zip
EMSubscriptionEditor: Use alternating row colors.
The deeper the folder the greater the distance between the checkbox and the folder name. Can get difficult to match them on a blank background.
-rw-r--r--mail/em-subscription-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index 0962492c8c..76edaa5e5f 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -1365,6 +1365,7 @@ subscription_editor_add_store (EMSubscriptionEditor *editor,
widget = gtk_tree_view_new_with_model (GTK_TREE_MODEL (tree_store));
gtk_tree_view_set_enable_search (GTK_TREE_VIEW (widget), TRUE);
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (widget), FALSE);
+ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (widget), TRUE);
gtk_tree_view_set_search_column (
GTK_TREE_VIEW (widget), COL_FOLDER_NAME);
gtk_container_add (GTK_CONTAINER (container), widget);
c1a0de221b51f4c31684157'>- Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 1.144clsung2007-03-262-4/+4 * - Update to 1.143clsung2007-02-262-4/+5 * - Update to 1.142clsung2007-02-022-4/+4 * - Update to 1.141clsung2006-12-263-5/+30 * - minor beautificationclsung2006-09-061-6/+1 * - Respect DESTDIRclsung2006-08-141-1/+1 * - Update to 1.122clsung2006-06-022-4/+4 * - update to 1.121clsung2006-04-173-5/+7 * - update to 1.104clsung2006-02-062-4/+4 * - update to 1.103clsung2006-01-222-4/+4 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * - update to 1.101clsung2005-10-053-3/+9 * - fix unfetchable (wrong directory in CPAN)clsung2005-03-212-3/+1 * - update to 1.080clsung2005-03-183-4/+30 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * My territory, suggested by ijliao. :pclsung2004-08-201-1/+1 * upgrade to 1.043ijliao2004-07-212-3/+3 * upgrade to 1.042ijliao2004-04-203-5/+28 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * upgrade to 1.040ijliao2004-04-013-184/+47 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * upgrade to 1.021ijliao2004-01-023-17/+347