X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1d4dd7add411ebff1ce4a8d1d992e0e43ee26b1..904a2463aaf4f29e3b8f96436aefb7528aebe397:/src/gtk/choice.cpp?ds=sidebyside diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index c9251f3982..4edcdc8b94 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -474,7 +474,7 @@ wxSize wxChoice::DoGetBestSize() const if ( ret.x < 80 ) ret.x = 80; - ret.y = 16 + gdk_char_height(GET_STYLE_FONT( m_widget->style ), 'H' ); + ret.y = 16 + GetCharHeight(); return ret; }