X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/452fd09f3662b4058d374fe38f6800da227ea59d..956dbab1eb04b32a006303df25fd05116eb5ef11:/src/gtk1/choicdlg.cpp diff --git a/src/gtk1/choicdlg.cpp b/src/gtk1/choicdlg.cpp index 806b21e46d..903e1009d8 100644 --- a/src/gtk1/choicdlg.cpp +++ b/src/gtk1/choicdlg.cpp @@ -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 );