Changeset 7543 for trunk/src/comctl32/propsheet.cpp
- Timestamp:
- Dec 4, 2001, 5:11:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/propsheet.cpp
r7541 r7543 1 /* $Id: propsheet.cpp,v 1.1 2 2001-12-04 11:26:26sandervl Exp $ */1 /* $Id: propsheet.cpp,v 1.13 2001-12-04 16:11:52 sandervl Exp $ */ 2 2 /* 3 3 * Property Sheets … … 1165 1165 //SvL: CVP multiplies y padding by two to calculate the new height 1166 1166 //I have no idea if this is always correct 1167 //This actually does make sense. The property page will get centered instead 1168 //of being slammed in the lower right corner 1167 1169 SetWindowPos(hwndPage, HWND_TOP, 1168 1170 rc.left + padding.x/2,
Note:
See TracChangeset
for help on using the changeset viewer.