1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Change some magic numbers whose original use was no longer, and get rid of some no-longer-correct comments, for clarity.

This commit is contained in:
v.audacity
2010-07-26 22:37:15 +00:00
parent 0e4aa1c6e5
commit 981366b2b6
2 changed files with 5 additions and 5 deletions

View File

@@ -532,9 +532,8 @@ SourceOutputStream::~SourceOutputStream()
}
// Must be wide enough for AudacityLogoWithName. Use double width + 10.
//vvv const int ImageCacheWidth = (2 * LOGOWITHNAME_WIDTH) + 10;
const int ImageCacheWidth = 440;// Must be wide enough for AudacityLogo which is 215, use double width.
// Must be wide enough for bmpAudacityLogo. Use double width + 10.
const int ImageCacheWidth = 440;
const int ImageCacheHeight = 836;