mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
* 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:
parent
0bf849e21c
commit
a5e0ce7d03
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user