layout fixes

This commit is contained in:
essej
2022-04-13 19:24:44 -04:00
parent dd89d80959
commit 7404f827a7
5 changed files with 143 additions and 50 deletions

View File

@ -277,7 +277,7 @@ private:
std::vector<int> m_bufamounts{ 4096,8192,16384,32768,65536,262144 };
ProcessParameters m_ppar;
int mPluginWindowWidth = 820;
int mPluginWindowHeight = 692;
int mPluginWindowHeight = 700;
void setFFTSize(double size);
void startplay(Range<double> playrange, int numoutchans, int maxBlockSize, String& err);