[Users] [PATCH 2/4] prefs_filtering: Add missing shadow on the list
wwp
subscript at free.fr
Wed Jan 18 13:50:56 CET 2017
Hello Olivier,
On Sun, 15 Jan 2017 19:14:19 +0100 Olivier Brunel <jjk at jjacky.com> wrote:
> Looks better. Also more consistent, since such shadow is used on about
> every other window (conditions, actions...)
>
> Signed-off-by: Olivier Brunel <jjk at jjacky.com>
> ---
> src/prefs_filtering.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/prefs_filtering.c b/src/prefs_filtering.c
> index ea2d195a1..3a57c24a9 100644
> --- a/src/prefs_filtering.c
> +++ b/src/prefs_filtering.c
> @@ -508,6 +508,8 @@ static void prefs_filtering_create(void)
>
> cond_scrolledwin = gtk_scrolled_window_new (NULL, NULL);
> gtk_widget_show (cond_scrolledwin);
> + gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(cond_scrolledwin),
> + GTK_SHADOW_ETCHED_IN);
> gtk_widget_set_size_request (cond_scrolledwin, -1, 150);
> gtk_box_pack_start (GTK_BOX (cond_hbox), cond_scrolledwin,
> TRUE, TRUE, 0);
Yes, indeed!
Regards,
--
wwp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20170118/44fd7bf7/attachment.sig>
More information about the Users
mailing list