mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
small adjustments
This commit is contained in:
parent
574902b461
commit
f89831fc66
4 changed files with 3 additions and 3 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue