]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Compilation fixes.
[wxWidgets.git] / src / generic / logg.cpp
index c59319073718e8ee80b24be4a0fb9af1334efa85..3d291f2322610a35bd57a5934bbbb15f819b95f3 100644 (file)
@@ -934,7 +934,7 @@ void wxLogDialog::CreateDetailsControls()
     heightMax *= 9;
     heightMax /= 10;
 
-    m_listctrl->SetSize(-1, wxMin(height, heightMax));
+    m_listctrl->SetSize(wxDefaultSize.x, wxMin(height, heightMax));
 }
 
 void wxLogDialog::OnListSelect(wxListEvent& event)
@@ -1070,7 +1070,7 @@ void wxLogDialog::OnDetails(wxCommandEvent& WXUNUSED(event))
     SetSizeHints(size.x, size.y, m_maxWidth, m_maxHeight);
 
     // don't change the width when expanding/collapsing
-    SetSize(-1, size.y);
+    SetSize(wxDefaultSize.x, size.y);
 
 #ifdef __WXGTK__
     // VS: this is neccessary in order to force frame redraw under