* src/rowpainter.h (rightMargin): reduce to 10 pixels, like the left

margin. 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-07-07 13:42:03 +00:00
parent 0bf849e21c
commit a5e0ce7d03
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* rowpainter.h (rightMargin): reduce to 10 pixels, like the left
margin.
2006-06-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* BufferView_pimpl.C (Pimpl): initialize correctly

View File

@ -35,7 +35,7 @@ inline int nestMargin() { return 15; }
inline int changebarMargin() { return 10; }
/// right margin
inline int rightMargin() { return 30; }
inline int rightMargin() { return 10; }
#endif // ROWPAINTER_H

View File

@ -148,6 +148,8 @@ What's new
- Cosmetic fixes to the document dialog (qt only).
- Reduce the right margin on screen from 30 pixels to 10.
* Miscellaneous:
- Replace the old sh version of lib/configure with the new python version