Changeset 1438 for trunk/dll/mainwnd2.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/dll/mainwnd2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1437 r1438 224 224 PSWP pswp, pswpClient, pswpNew; 225 225 SWP swpClient; 226 ULONG theight = 48L, dheight = DRIVE_BUTTON_HEIG TH + 2, bheight = 20, sheight = 20;226 ULONG theight = 48L, dheight = DRIVE_BUTTON_HEIGHT, bheight = 20, sheight = 20; 227 227 LONG width, lastx; 228 228 … … 310 310 pswpNew->hwnd = WinWindowFromID(hwnd, MAIN_DRIVES); 311 311 pswpNew->x = swpClient.x + 2; 312 dheight += ((dheight - 2) * DriveLines);313 pswpNew->y = (swpClient.y + swpClient.cy) - (dheight - 2);312 dheight += ((dheight) * DriveLines); 313 pswpNew->y = (swpClient.y + swpClient.cy) - (dheight); 314 314 if (fToolbar) 315 315 pswpNew->y -= theight; 316 316 pswpNew->cx = swpClient.cx - 4; 317 pswpNew->cy = dheight - 4;317 pswpNew->cy = dheight; 318 318 pswpClient->cy -= dheight; 319 319 pswpClient->cy -= 2;
Note:
See TracChangeset
for help on using the changeset viewer.
