diff --git a/src/osx/choice_osx.cpp b/src/osx/choice_osx.cpp index fd9a59daa7..06d90f26ad 100644 --- a/src/osx/choice_osx.cpp +++ b/src/osx/choice_osx.cpp @@ -247,7 +247,7 @@ wxSize wxChoice::DoGetBestSize() const // computed by the base class method to account for the arrow. const int lbHeight = wxWindow::DoGetBestSize().y; - return wxSize(wxChoiceBase::DoGetBestSize().x + 2*lbHeight + GetCharWidth(), + return wxSize(wxChoiceBase::DoGetBestSize().x + 4*GetCharWidth(), lbHeight); }