diff win/dw.c @ 1431:0676561865ac

Better extra border values for bitmap buttons on Windows. Visual C Makefile warning removal.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Dec 2011 21:29:26 +0000
parents fbaec6e5df63
children 2cca36ec3da6
line wrap: on
line diff
--- a/win/dw.c	Sun Dec 04 20:18:50 2011 +0000
+++ b/win/dw.c	Sun Dec 04 21:29:26 2011 +0000
@@ -4433,8 +4433,8 @@
       /* Bitmap buttons */
       if(hbm)
       {
-         extrawidth = 2;
-         extraheight = 2;
+         extrawidth = 5;
+         extraheight = 5;
       }
       /* Checkbox or radio button */
       else if(style & BS_AUTOCHECKBOX || style & BS_AUTORADIOBUTTON)