mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
This commit is contained in:
parent
fb61ec09b7
commit
d68eb3a2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ struct scroll_bar {
|
|||
from the edges of the scroll bar. These are widths by which we
|
||||
inset the handle boundaries from the scroll bar edges. */
|
||||
#define VERTICAL_SCROLL_BAR_LEFT_BORDER (2)
|
||||
#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (3)
|
||||
#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (2)
|
||||
#define VERTICAL_SCROLL_BAR_TOP_BORDER (2)
|
||||
#define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue