1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

actually adjust group colors, and show + and - in the group window on Tiger

This commit is contained in:
Mitchell Livingston 2007-12-18 03:18:32 +00:00
parent 2e05ee76e2
commit c9fbba20d2
2 changed files with 7 additions and 2 deletions

View file

@ -118,6 +118,11 @@ GroupsWindowController * fGroupsWindowInstance = nil;
if ([NSApp isOnLeopardOrBetter])
[[self window] setContentBorderThickness: [[fTableView enclosingScrollView] frame].origin.y forEdge: NSMinYEdge];
else
{
[fAddRemoveControl setLabel: @"+" forSegment: 0];
[fAddRemoveControl setLabel: @"-" forSegment: 1];
}
[fAddRemoveControl setEnabled: NO forSegment: REMOVE_TAG];
}

View file

@ -52,8 +52,8 @@
#define PADDING_BETWEEN_BAR_AND_STATUS 2.0
#define WIDTH_GROUP_FADE 16.0
#define WIDTH_GROUP 38.0
#define WIDTH_GROUP_MIN 22.0
#define WIDTH_GROUP 40.0
#define WIDTH_GROUP_MIN 24.0
#define MAX_PIECES 324
#define BLANK_PIECE -99