experiment with moving the label from over the text to the left edge

This commit is contained in:
Mitchell Livingston
2007-12-18 01:44:37 +00:00
parent 02e52bb013
commit baa143b9b1
3 changed files with 29 additions and 18 deletions

View File

@@ -33,7 +33,7 @@
IBOutlet NSTableView * fTableView;
IBOutlet NSSegmentedControl * fAddRemoveControl;
NSMutableDictionary * fCurrentColorDict, * fGroupGradients;
NSMutableDictionary * fCurrentColorDict;
}
+ (GroupsWindowController *) groupsController;