Eliminate excess spacing from CellSkip

Originally committed to SVN as r6722.
This commit is contained in:
Thomas Goyne 2012-04-27 19:07:36 +00:00
parent b275399fb1
commit 46a27a4e46

View file

@ -127,7 +127,7 @@ void OptionPage::Add(wxSizer *sizer, wxString const& label, T *control) {
}
void OptionPage::CellSkip(wxFlexGridSizer *flex) {
flex->Add(new wxStaticText(this, -1, ""), wxSizerFlags().Border());
flex->AddStretchSpacer();
}
wxControl *OptionPage::OptionAdd(wxFlexGridSizer *flex, const wxString &name, const char *opt_name, double min, double max, double inc) {