mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
increased icon spacing, my computer and other icon titles aren't clipped anymore...
svn path=/trunk/; revision=8022
This commit is contained in:
parent
5922c20a8d
commit
9896efb9e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue