From: Brian F. <bri...@ei...> - 2001-05-30 23:51:04
|
Hi, In the main record list view in db there seems to be a few pixels of slack space underneath the columns label, and above the button bar. Applying the patch below means you can see 10 records at a time from your database rather than 9. I checked the patch using a column title with descenders in it (eg 'Buffyqg') and it fit just fine. Cheers, Brian. --- db.rcp~ Wed May 30 23:45:28 2001 +++ db.rcp Wed May 30 23:56:15 2001 @@ -108,7 +108,7 @@ BEGIN TITLE "" - GADGET ID ctlID_ListView_Grid AT (0 20 160 111) USABLE + GADGET ID ctlID_ListView_Grid AT (0 16 160 128) USABLE CHECKBOX "" ID ctlID_ListView_GridCheckbox AT (0 0 10 10) NONUSABLE BUTTON "Done" ctlID_ListView_DoneButton AT (1 Bottom@159 AUTO AUTO) USABLE FRAME |