On Sat, 2002-08-03 at 20:50, Jordi Mas wrote: > CVS: ---------------------------------------------------------------------- > CVS: Enter Log. Lines beginning with `CVS:' are removed automatically > CVS: > CVS: Committing in . > CVS: > CVS: Modified Files: > CVS: src/wp/ap/win/ap_Win32Dialog_InsertTable.cpp > CVS: src/wp/ap/win/ap_Win32Resources.rc2 > CVS: Added Files: > CVS: src/wp/ap/win/ap_Win32Res_DlgInsertTable.rc2 > CVS: Removed Files: > CVS: src/wp/ap/win/ap_Win32Res_InsertTable.rc2 > CVS: ---------------------------------------------------------------------- > > There is still the issue of displaying the proper units, I will fix this on > win32 when it's done for the other platforms. > > I also have change the name of the resource file from > src/wp/ap/win/ap_Win32Res_InsertTable.rc2 to > src/wp/ap/win/ap_Win32Res_DlgInsertTable.rc2 to be consistant with the file > naming that we are using. >
Thanks Jodi. Regarding the issue of correct units for fixed column widths, we should just copy the code in ap_Dialog_Columns, which has solved the problem for fixed sized columns. We should also change ap_Dialog_Paragraph to use these dimensioned spin boxes. It's a nice UI touch we should pread throughout abiword. Cheers Martin
