]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/button.cpp
A little clarification
[wxWidgets.git] / src / mac / button.cpp
index 253671b6fecd2ffdcab542a648ec84a63f5effb6..52bd329993d52894dd348d2b15305c8c9e108970 100644 (file)
@@ -25,8 +25,12 @@ IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
 #include "wx/mac/uma.h"
 // Button
 
-static const int kMacOSXHorizontalBorder = 1 ;
-static const int kMacOSXVerticalBorder = 1 ;
+static const int kMacOSXHorizontalBorder = 2 ;
+static const int kMacOSXVerticalBorder = 4 ;
+
+wxButtonBase::wxButtonBase()
+{
+}
 
 bool wxButton::Create(wxWindow *parent, wxWindowID id, const wxString& label,
            const wxPoint& pos,