replace a string with the constant NSTableViewColumnDidResizeNotification
This commit is contained in:
parent
f119dfb89e
commit
c2c8186003
|
@ -62,7 +62,7 @@
|
|||
[window setRestorationClass: [self class]];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(resizeColumn)
|
||||
name: @"NSTableViewColumnDidResizeNotification" object: fMessageTable];
|
||||
name: NSTableViewColumnDidResizeNotification object: fMessageTable];
|
||||
|
||||
[window setContentBorderThickness: NSMinY([[fMessageTable enclosingScrollView] frame]) forEdge: NSMinYEdge];
|
||||
|
||||
|
|
Loading…
Reference in New Issue