X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f14a818903ccaf124658e771e77e3e35e34b729..5a750e5a171692168485d44e168a870904e06659:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 382e9e1238..fd60b1f972 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -870,7 +870,7 @@ void wxLogDialog::CreateDetailsControls() 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 //