- Timestamp:
- Dec 30, 1999, 10:27:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/rebar.c
r2126 r2277 1 /* $Id: rebar.c,v 1.1 1 1999-12-18 20:57:00 achimhaExp $ */1 /* $Id: rebar.c,v 1.12 1999-12-30 21:27:05 sandervl Exp $ */ 2 2 /* 3 3 * Rebar control … … 308 308 else { 309 309 cx = rcClient.right - rcClient.left; 310 310 cy = 20; /* FIXME: fixed height */ 311 311 } 312 312 … … 338 338 else if (lpBand->fStyle & RBBIM_CHILDSIZE) 339 339 cy = lpBand->cyMinChild; 340 else 341 cy = 20; /* FIXME */ 340 else { 341 // cy = 20; /* FIXME */ 342 cy = 36; //SvL: Better size of AbiWord (FIXME) 343 } 342 344 343 345 lpBand->rcBand.left = x;
Note:
See TracChangeset
for help on using the changeset viewer.