]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/button.cpp
wxIconBundle implementation.
[wxWidgets.git] / src / univ / button.cpp
index 05c25ef66b7cc18bb8ea664413ef543e40e92802..eaf7fea91bd05ef5d1f7256f7fe60f4419d41060 100644 (file)
@@ -45,7 +45,7 @@
 // ----------------------------------------------------------------------------
 
 // default margins around the image
-static const wxCoord DEFAULT_BTN_MARGIN_X = 0;
+static const wxCoord DEFAULT_BTN_MARGIN_X = 0;  // We should give space for the border, at least.
 static const wxCoord DEFAULT_BTN_MARGIN_Y = 0;
 
 // ============================================================================