changeset 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 00253c9d4a9a
children 4b2f9e2a9a29
files src/dispextern.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Mon Apr 29 09:02:58 2002 +0000
+++ b/src/dispextern.h	Mon Apr 29 09:04:36 2002 +0000
@@ -2192,8 +2192,8 @@
 
 /* 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.  */