]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbox.h
Add room for the scrollbar
[wxWidgets.git] / include / wx / statbox.h
index 362aeb7b1776e8437ff5f019c406374bb7571623..9d9976318d1cda51de199f3ba7e6d89c930fdf0f 100644 (file)
@@ -40,7 +40,7 @@ public:
     // borderOther is the margin on all other sides
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const
     {
-        static const int BORDER = 5; // FIXME: hardcoded value
+        const int BORDER = 5; // FIXME: hardcoded value
 
         *borderTop = GetLabel().empty() ? BORDER : GetCharHeight();
         *borderOther = BORDER;