]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/msgdlg.cpp
Cured some bugs/typos/spacing in docs
[wxWidgets.git] / src / gtk / msgdlg.cpp
index c1d4f486e9c4c4072c7ef7f212ce93c83eedb1f6..212f62da5ac387239835cf11ec33cd782b27d0bb 100644 (file)
@@ -165,7 +165,8 @@ wxGenericMessageDialog::wxGenericMessageDialog( wxWindow *parent, const wxString
     }
     
 #ifdef __WXGTK__
-    (void) new wxStaticLine( this, -1, wxPoint(0,y-20), wxSize(w+30, 5) );
+    int edge_margin = 7;
+    (void) new wxStaticLine( this, -1, wxPoint(edge_margin,y-20), wxSize(w+30-2*edge_margin, 5) );
 #endif
     
     SetSize( w+30, y+40 );