talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 56425d67c7fbb47709fb083ea0812659a9a9a7e7
parent fd3fa5a49681575764c4542d27e023275ff223e2
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 26 May 2017 21:59:01 +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.

Diffstat:
Msrc/gtk/pluginwindow.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);