[Xfce4-commits] [xfce/xfwm4] 06/07: Allow for larger preview icons

noreply at xfce.org noreply at xfce.org
Fri Feb 6 22:23:11 CET 2015


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 567db78b407106a3bc81927722ede74b69fae83c
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Fri Feb 6 22:14:13 2015 +0100

    Allow for larger preview icons
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/tabwin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tabwin.c b/src/tabwin.c
index 2d20a11..790769f 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -644,7 +644,7 @@ tabwin_widget_class_init (TabwinWidgetClass *klass)
                                              g_param_spec_int ("preview-size",
                                                                "preview size",
                                                                 "the size of the application preview",
-                                                                24, 256,
+                                                                48, 512,
                                                                 WIN_PREVIEW_SIZE,
                                                                 G_PARAM_READABLE));
     gtk_widget_class_install_style_property (widget_class,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list