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:
parent
2e05ee76e2
commit
c9fbba20d2
2 changed files with 7 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue