git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32830
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// do the same thing for GTK1 and Windows platforms
// and assume any platform not accounted for here will use
// Windows style
// do the same thing for GTK1 and Windows platforms
// and assume any platform not accounted for here will use
// Windows style
- Add(0, 0, 0, wxLEFT, 9);
+ // Add(0, 0, 0, wxLEFT, 5); // Not sure what this was for but it unbalances the dialog
if (m_buttonHelp)
Add((wxWindow*)m_buttonHelp, 0, wxALIGN_CENTRE | wxLEFT | wxRIGHT, m_buttonHelp->ConvertDialogToPixels(wxSize(4, 0)).x);
if (m_buttonHelp)
Add((wxWindow*)m_buttonHelp, 0, wxALIGN_CENTRE | wxLEFT | wxRIGHT, m_buttonHelp->ConvertDialogToPixels(wxSize(4, 0)).x);
- Add((wxWindow*)m_buttonCancel, 0, wxALIGN_CENTRE | wxLEFT, m_buttonCancel->ConvertDialogToPixels(wxSize(4, 0)).x);
+ Add((wxWindow*)m_buttonCancel, 0, wxALIGN_CENTRE | wxLEFT | wxRIGHT, m_buttonCancel->ConvertDialogToPixels(wxSize(4, 0)).x);
// Cancel or help should be default
// m_buttonCancel->SetDefaultButton();
}
// Cancel or help should be default
// m_buttonCancel->SetDefaultButton();
}