diff options
| author | Pavel Janík | 2002-04-29 09:04:36 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-29 09:04:36 +0000 |
| commit | cfa5cf43d10e6726aef644d7262d38ff317cb32b (patch) | |
| tree | 0e078d57304ce988a814ebceecfe8db379610a4f /src | |
| parent | 2912f3494f33123552142ace71b76d5f41d8aad8 (diff) | |
| download | emacs-cfa5cf43d10e6726aef644d7262d38ff317cb32b.tar.gz emacs-cfa5cf43d10e6726aef644d7262d38ff317cb32b.zip | |
(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
(DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
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 | ||