]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choicdlg.cpp
Compile fixes.
[wxWidgets.git] / src / gtk / choicdlg.cpp
index ee63996e06807499f83b09c29674caf502b3d92b..96e0cc4b793c6695e80587ac53e1f3ac3a37011d 100644 (file)
@@ -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 );