diff --git a/src/gtk/statbox.cpp b/src/gtk/statbox.cpp index 56cd02327b..ec1ee9d101 100644 --- a/src/gtk/statbox.cpp +++ b/src/gtk/statbox.cpp @@ -156,7 +156,7 @@ void wxStaticBox::GetBordersForSizer(int *borderTop, int *borderOther) const { const int BORDER = 5; // FIXME: hardcoded value - *borderTop = GetLabel().empty() ? 2*BORDER : GetCharHeight(); + *borderTop = GetCharHeight(); *borderOther = BORDER; }