From: Duncan C. <dun...@us...> - 2004-08-06 01:31:50
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/layout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30919/gtk/layout Modified Files: Fixed.chs Log Message: Haddock markup fixes. Haddock docs build ok now. Index: Fixed.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/layout/Fixed.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Fixed.chs 3 Aug 2004 04:16:56 -0000 1.1 +++ Fixed.chs 6 Aug 2004 01:31:41 -0000 1.2 @@ -43,7 +43,7 @@ -- that with 'Fixed'. So your application will not be usable in right-to-left -- languages. -- --- Finally, fixed positioning makes it kind of annoying to add/remove GUI +-- Finally, fixed positioning makes it kind of annoying to add\/remove GUI -- elements, since you have to reposition all the other elements. This is a -- long-term maintenance problem for your application. -- |