mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
@@ -67,7 +67,7 @@
|
||||
|
||||
// Set a sort descriptor for the subject column in the history list, as
|
||||
// It can't be sorted by default (because it's bound to a PBGitCommit)
|
||||
[[commitList tableColumnWithIdentifier:@"subject"] setSortDescriptorPrototype:[[NSSortDescriptor alloc] initWithKey:@"subject" ascending:YES]];
|
||||
[[commitList tableColumnWithIdentifier:@"SubjectColumn"] setSortDescriptorPrototype:[[NSSortDescriptor alloc] initWithKey:@"subject" ascending:YES]];
|
||||
// Add a menu that allows a user to select which columns to view
|
||||
[[commitList headerView] setMenu:[self tableColumnMenu]];
|
||||
[historySplitView setTopMin:58.0 andBottomMin:100.0];
|
||||
|
||||
Reference in New Issue
Block a user