increased icon spacing, my computer and other icon titles aren't clipped anymore...

svn path=/trunk/; revision=8022
This commit is contained in:
Richard Campbell 2004-02-04 01:26:34 +00:00
parent 5922c20a8d
commit 9896efb9e2

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -121,7 +121,7 @@ NtUserGetSystemMetrics(ULONG Index)
return(32); return(32);
case SM_CXICONSPACING: case SM_CXICONSPACING:
case SM_CYICONSPACING: case SM_CYICONSPACING:
return(44); return(64);
case SM_CXMAXIMIZED: case SM_CXMAXIMIZED:
return(NtUserGetSystemMetrics(SM_CXSCREEN) + 8); /* This seems to be 8 return(NtUserGetSystemMetrics(SM_CXSCREEN) + 8); /* This seems to be 8
pixels greater than pixels greater than