diff --git a/src/ChangeLog b/src/ChangeLog index 8673460bc9..f4145b0c82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-07-07 Jean-Marc Lasgouttes + + * rowpainter.h (rightMargin): reduce to 10 pixels, like the left + margin. + 2006-06-29 Jean-Marc Lasgouttes * BufferView_pimpl.C (Pimpl): initialize correctly diff --git a/src/rowpainter.h b/src/rowpainter.h index 6cff17f5d2..fd62d1cf9c 100644 --- a/src/rowpainter.h +++ b/src/rowpainter.h @@ -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 diff --git a/status.14x b/status.14x index 694cebd039..d3279dc178 100644 --- a/status.14x +++ b/status.14x @@ -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