[Commits] [SCM] claws branch, master, updated. 3.15.0-60-g56425d6

ticho at claws-mail.org ticho at claws-mail.org
Fri May 26 22:00:57 CEST 2017


The branch, master has been updated
       via  56425d67c7fbb47709fb083ea0812659a9a9a7e7 (commit)
      from  fd3fa5a49681575764c4542d27e023275ff223e2 (commit)

Summary of changes:
 src/gtk/pluginwindow.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 56425d67c7fbb47709fb083ea0812659a9a9a7e7
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri May 26 21:59:01 2017 +0200

    Use a better shadow type on pluginwindow's "Description" frame.
    
    This makes it look the same as page name frame on top of
    the preference dialog.

diff --git a/src/gtk/pluginwindow.c b/src/gtk/pluginwindow.c
index 87acdd8..b3e57fd 100644
--- a/src/gtk/pluginwindow.c
+++ b/src/gtk/pluginwindow.c
@@ -344,6 +344,7 @@ void pluginwindow_create()
 	gtk_box_pack_start(GTK_BOX(hbox2), vbox2, TRUE, TRUE, 0);
 
 	frame2 = gtk_frame_new(NULL);
+	gtk_frame_set_shadow_type(GTK_FRAME(frame2), GTK_SHADOW_OUT);
 	gtk_widget_show(frame2);
 	gtk_box_pack_start(GTK_BOX(vbox2), frame2, FALSE, TRUE, 0);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list