Changeset 10523 for trunk/src/user32/user32.cpp
- Timestamp:
- Mar 16, 2004, 11:06:44 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r10521 r10523 1 /* $Id: user32.cpp,v 1.13 3 2004-03-15 16:36:51sandervl Exp $ */1 /* $Id: user32.cpp,v 1.134 2004-03-16 10:06:44 sandervl Exp $ */ 2 2 3 3 /* … … 747 747 748 748 case SPI_ICONHORIZONTALSPACING: 749 *(INT *)pvParam = 90; //GetSystemMetrics(SM_CXICONSPACING);749 *(INT *)pvParam = 75; //GetSystemMetrics(SM_CXICONSPACING); 750 750 break; 751 751 752 752 case SPI_ICONVERTICALSPACING: 753 *(INT *)pvParam = 64; //GetSystemMetrics(SM_CYICONSPACING);753 *(INT *)pvParam = 75; //GetSystemMetrics(SM_CYICONSPACING); 754 754 break; 755 755
Note:
See TracChangeset
for help on using the changeset viewer.