X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57dde4bd5860cda4666326b611f535dfc28139f2..324dbfec39cc030027830a100239cb9a4e6624e8:/src/gtk/choicdlg.cpp diff --git a/src/gtk/choicdlg.cpp b/src/gtk/choicdlg.cpp index ee63996e06..96e0cc4b79 100644 --- a/src/gtk/choicdlg.cpp +++ b/src/gtk/choicdlg.cpp @@ -248,7 +248,7 @@ bool wxSingleChoiceDialog::Create( wxWindow *WXUNUSED(parent), const wxString& m int y = message_size.y + 15; - int listbox_height = wxMin( 160, n*20 ); + int listbox_height = 100; wxListBox *listBox = new wxListBox( this, wxID_LISTBOX, wxPoint(10, y), wxSize(240, listbox_height), n, choices, wxLB_ALWAYS_SB );