]> git.eshelyaron.com Git - emacs.git/commitdiff
(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
authorPavel Janík <Pavel@Janik.cz>
Mon, 29 Apr 2002 09:04:36 +0000 (09:04 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 29 Apr 2002 09:04:36 +0000 (09:04 +0000)
(DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.

src/dispextern.h

index b4442d4426d1f28c16b4708ea0f962048bb3b003..e921e97623809b2a6393567281cf9dd7933a7ff2 100644 (file)
@@ -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.  */