1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

small adjustments

This commit is contained in:
Mitchell Livingston 2007-04-02 21:28:09 +00:00
parent 574902b461
commit f89831fc66
4 changed files with 3 additions and 3 deletions

2
NEWS
View file

@ -13,7 +13,7 @@ Note: From 0.7 on, Transmission for Mac OS X requires 10.4 Tiger or better.
- Cache connected peers - Cache connected peers
- Bugfixes and improvements - Bugfixes and improvements
- OS X: - OS X:
+ Download and seeding queue that can be user-arranged + Download and seeding queues that can be user-ordered
+ Speed Limit: Second set of bandwidth limits that can be toggled or + Speed Limit: Second set of bandwidth limits that can be toggled or
scheduled scheduled
+ Individual torrent bandwidth limits + Individual torrent bandwidth limits

View file

@ -41,7 +41,7 @@
#define TAB_ACTIVITY_HEIGHT 170.0 #define TAB_ACTIVITY_HEIGHT 170.0
#define TAB_PEERS_HEIGHT 279.0 #define TAB_PEERS_HEIGHT 279.0
#define TAB_FILES_HEIGHT 279.0 #define TAB_FILES_HEIGHT 279.0
#define TAB_OPTIONS_HEIGHT 156.0 #define TAB_OPTIONS_HEIGHT 158.0
#define OPTION_POPUP_GLOBAL 0 #define OPTION_POPUP_GLOBAL 0
#define OPTION_POPUP_NO_LIMIT 1 #define OPTION_POPUP_NO_LIMIT 1

View file

@ -323,7 +323,7 @@
pieceImage = fBlue1Piece; pieceImage = fBlue1Piece;
} }
} }
else if (piecePercent < 0.50) else if (piecePercent < 0.5)
{ {
if (first || fPieces[index] != 2) if (first || fPieces[index] != 2)
{ {