]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
compilation fix
[wxWidgets.git] / src / generic / logg.cpp
index 382e9e1238360a0c0deaa6a0629592fc0209eb43..fd60b1f97223c4937c6e0eedfbf70e46939f2009 100644 (file)
@@ -870,7 +870,7 @@ void wxLogDialog::CreateDetailsControls()
     m_listctrl->SetColumnWidth(1, wxLIST_AUTOSIZE);
 
     // calculate an approximately nice height for the listctrl
     m_listctrl->SetColumnWidth(1, wxLIST_AUTOSIZE);
 
     // calculate an approximately nice height for the listctrl
-    int height = GetCharHeight()*(count + 2);
+    int height = GetCharHeight()*(count + 4);
 
     // but check that the dialog won't fall fown from the screen
     //
 
     // but check that the dialog won't fall fown from the screen
     //