From 5186fc87de78d6bf7ce2912fad9bf367d1af4360 Mon Sep 17 00:00:00 2001 From: Thaddaeus Tintenfisch Date: Mon, 19 Jan 2015 01:16:40 +0100 Subject: [PATCH] Change resize style in thunar-wallpaper plugin --- plugins/thunar-wallpaper/twp-provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/thunar-wallpaper/twp-provider.c b/plugins/thunar-wallpaper/twp-provider.c index 79874f6..8551801 100644 --- a/plugins/thunar-wallpaper/twp-provider.c +++ b/plugins/thunar-wallpaper/twp-provider.c @@ -309,7 +309,7 @@ twp_action_set_wallpaper (GtkAction *action, g_spawn_command_line_async (command, NULL); g_free (command); - command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 3", image_style_prop); + command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 5", image_style_prop); g_spawn_command_line_async (command, NULL); g_free (command); -- 2.1.4