mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
(DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
This commit is contained in:
parent
2912f3494f
commit
cfa5cf43d1
1 changed files with 2 additions and 2 deletions
|
|
@ -2192,8 +2192,8 @@ extern EMACS_INT tool_bar_button_relief;
|
|||
|
||||
/* Default values of the above variables. */
|
||||
|
||||
#define DEFAULT_TOOL_BAR_BUTTON_MARGIN 1
|
||||
#define DEFAULT_TOOL_BAR_BUTTON_RELIEF 3
|
||||
#define DEFAULT_TOOL_BAR_BUTTON_MARGIN 4
|
||||
#define DEFAULT_TOOL_BAR_BUTTON_RELIEF 1
|
||||
|
||||
/* The height in pixels of the default tool-bar images. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue