From 9896efb9e2bbc01a908ebc4db0f4c7053c102831 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Wed, 4 Feb 2004 01:26:34 +0000 Subject: [PATCH] increased icon spacing, my computer and other icon titles aren't clipped anymore... svn path=/trunk/; revision=8022 --- reactos/subsys/win32k/ntuser/metric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/metric.c b/reactos/subsys/win32k/ntuser/metric.c index d4c6e0aef86..1f7e4c55f5c 100644 --- a/reactos/subsys/win32k/ntuser/metric.c +++ b/reactos/subsys/win32k/ntuser/metric.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: metric.c,v 1.17 2003/12/12 18:18:21 weiden Exp $ +/* $Id: metric.c,v 1.18 2004/02/04 01:26:34 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -121,7 +121,7 @@ NtUserGetSystemMetrics(ULONG Index) return(32); case SM_CXICONSPACING: case SM_CYICONSPACING: - return(44); + return(64); case SM_CXMAXIMIZED: return(NtUserGetSystemMetrics(SM_CXSCREEN) + 8); /* This seems to be 8 pixels greater than