comparison src/dispextern.h @ 44965:d5a47b039e68

(DEFAULT_TOOL_BAR_BUTTON_MARGIN) (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 29 Apr 2002 09:04:36 +0000
parents 01b93e5e53a7
children d60b0f201386
comparison
equal deleted inserted replaced
44964:00253c9d4a9a 44965:d5a47b039e68
2190 2190
2191 extern EMACS_INT tool_bar_button_relief; 2191 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
2200 #define DEFAULT_TOOL_BAR_IMAGE_HEIGHT 24 2200 #define DEFAULT_TOOL_BAR_IMAGE_HEIGHT 24
2201 2201