]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choicdlg.cpp
Applied patch for stipppled brushes,
[wxWidgets.git] / src / gtk1 / choicdlg.cpp
index 806b21e46da86f12e783e912a9f43380a9d7ac69..903e1009d8b178fa138857932490050ebe1d938f 100644 (file)
@@ -297,7 +297,8 @@ bool wxSingleChoiceDialog::Create( wxWindow *WXUNUSED(parent), const wxString& m
     }
     
 #if wxUSE_STATLINE
-    (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 );