X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBOutputPanelController.m;h=2b9fcfec5deaafe50f1609a11348b34a43b5d476;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=5ce02ad2d3903c1da8305a73c2d8b265db3508b1;hpb=f0a7cea141f4b26f2ae2b965f362e220e8e010ca;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBOutputPanelController.m b/macosx/HBOutputPanelController.m index 5ce02ad2..2b9fcfec 100644 --- a/macosx/HBOutputPanelController.m +++ b/macosx/HBOutputPanelController.m @@ -12,14 +12,14 @@ // Original value used by cleaner //#define TextStorageUpperSizeLimit 20000 // lets use this higher value for now for better gui debugging -#define TextStorageUpperSizeLimit 40000 +#define TextStorageUpperSizeLimit 125000 /// When old output is removed, this is the amount of characters that will be /// left in outputTextStorage. // Original value used by cleaner //#define TextStorageLowerSizeLimit 15000 // lets use this higher value for now for better gui debugging -#define TextStorageLowerSizeLimit 35000 +#define TextStorageLowerSizeLimit 120000 @implementation HBOutputPanelController