[evolution/gnome-3-24] Set shadow for Aliases scrolled window in mail account Properties



commit 8096a0feb6174e8064f63d8dffcdfe7e472d467d
Author: Milan Crha <mcrha redhat com>
Date:   Fri Aug 4 08:45:37 2017 +0200

    Set shadow for Aliases scrolled window in mail account Properties

 src/mail/e-mail-config-identity-page.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mail/e-mail-config-identity-page.c b/src/mail/e-mail-config-identity-page.c
index 007efc0..7c0fd98 100644
--- a/src/mail/e-mail-config-identity-page.c
+++ b/src/mail/e-mail-config-identity-page.c
@@ -808,6 +808,7 @@ mail_config_identity_page_constructed (GObject *object)
        scrolledwindow = gtk_scrolled_window_new (NULL, NULL);
        gtk_box_pack_start (GTK_BOX (container), scrolledwindow, TRUE, TRUE, 0);
        gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolledwindow), GTK_POLICY_AUTOMATIC, 
GTK_POLICY_AUTOMATIC);
+       gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolledwindow), GTK_SHADOW_IN);
        gtk_widget_show (scrolledwindow);
 
        model = GTK_TREE_MODEL (gtk_list_store_new (1, G_TYPE_STRING));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]