xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
780bfaf0930c71698b559215711040051cb21e95
parent
75e48c1740adf56f717555a1743a438659936e1e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-12-26 09:18
fix grid rows

Diffstat

M src/gui/retimer_wx.cpp.in 2 +-
M src/gui/retimer_wx.fbp 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/src/gui/retimer_wx.cpp.in b/src/gui/retimer_wx.cpp.in

@@ -192,7 +192,7 @@ PrefsDialog::PrefsDialog(wxWindow* parent, wxWindowID id, const wxString& title,
  192   192 	bSizer5 = new wxBoxSizer(wxVERTICAL);
  193   193 
  194   194 	wxFlexGridSizer* fgSizer4;
  195    -1 	fgSizer4 = new wxFlexGridSizer(2, 2, 0, 0);
   -1   195 	fgSizer4 = new wxFlexGridSizer(5, 2, 0, 0);
  196   196 	fgSizer4->AddGrowableCol(1);
  197   197 	fgSizer4->SetFlexibleDirection(wxBOTH);
  198   198 	fgSizer4->SetNonFlexibleGrowMode(wxFLEX_GROWMODE_SPECIFIED);

diff --git a/src/gui/retimer_wx.fbp b/src/gui/retimer_wx.fbp

@@ -723,7 +723,7 @@
  723   723                         <property name="name">fgSizer4</property>
  724   724                         <property name="non_flexible_grow_mode">wxFLEX_GROWMODE_SPECIFIED</property>
  725   725                         <property name="permission">none</property>
  726    -1                         <property name="rows">2</property>
   -1   726                         <property name="rows">5</property>
  727   727                         <property name="vgap">0</property>
  728   728                         <object class="sizeritem" expanded="1">
  729   729                             <property name="border">5</property>