mirror of https://github.com/odrling/Aegisub
Increased the default vertical size of audio display from 100 to 200.
Originally committed to SVN as r1854.
This commit is contained in:
parent
b25d7a8598
commit
3ee6d78939
|
@ -334,7 +334,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) {
|
|||
SetText(_T("Fonts Collector Destination"),_T("?script"));
|
||||
SetInt(_T("Fonts Collector Action"),0);
|
||||
|
||||
SetInt(_T("Audio Display Height"),100);
|
||||
SetInt(_T("Audio Display Height"),200,1784);
|
||||
SetBool(_T("Audio Spectrum"),false);
|
||||
SetInt(_T("Audio Sample Rate"),0);
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
//////////////
|
||||
// DirectShow
|
||||
#ifdef WITH_DIRECTSHOW
|
||||
#pragma comment(lib, "strmiids.lib")
|
||||
#ifdef __WXDEBUG__
|
||||
#pragma comment(lib, "strmbasdu.lib")
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue