[Xfce4-commits] [xfce/xfwm4] 02/04: Use larger window preview by default
noreply at xfce.org
noreply at xfce.org
Sat Feb 21 15:19:12 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 2ae3dddf3df1038c17f6c102660d5e47c321045a
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat Feb 21 15:07:01 2015 +0100
Use larger window preview by default
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 30e7e4d..def337f 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -29,7 +29,7 @@
#endif
#ifndef WIN_PREVIEW_SIZE
-#define WIN_PREVIEW_SIZE (4 * WIN_ICON_SIZE)
+#define WIN_PREVIEW_SIZE (6 * WIN_ICON_SIZE)
#endif
#ifndef LISTVIEW_WIN_ICON_SIZE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list