aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index b4442d4426d..e921e976238 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2192,8 +2192,8 @@ extern EMACS_INT tool_bar_button_relief;
2192 2192
2193/* Default values of the above variables. */ 2193/* Default values of the above variables. */
2194 2194
2195#define DEFAULT_TOOL_BAR_BUTTON_MARGIN 1 2195#define DEFAULT_TOOL_BAR_BUTTON_MARGIN 4
2196#define DEFAULT_TOOL_BAR_BUTTON_RELIEF 3 2196#define DEFAULT_TOOL_BAR_BUTTON_RELIEF 1
2197 2197
2198/* The height in pixels of the default tool-bar images. */ 2198/* The height in pixels of the default tool-bar images. */
2199 2199