X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96e3c3d44aa64b301cde6184d6290bc025a0bc03..d9a26b2bc9dc253134cbdd235dca9cdff255af59:/src/univ/button.cpp diff --git a/src/univ/button.cpp b/src/univ/button.cpp index 05c25ef66b..eaf7fea91b 100644 --- a/src/univ/button.cpp +++ b/src/univ/button.cpp @@ -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; // ============================================================================