Eliminate excess spacing from CellSkip
Originally committed to SVN as r6722.
This commit is contained in:
parent
b275399fb1
commit
46a27a4e46
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue