Instead of setting the coordinates for the window, call [window center] in [awakeFromNib] master 2.0
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Jun 2008 20:23:32 +0000 (16:23 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Jun 2008 20:23:32 +0000 (16:23 -0400)
commitec7e413c8e1f6d3931337f607294f46707ea9537
tree27102a9841d38449cf9f4e5f606a106ce904b1a8
parent950e6fc021d94256237eb5d018201ef7cd9bfe95
Instead of setting the coordinates for the window, call [window center] in [awakeFromNib]

* English.lproj/MainMenu.nib: Add an outlet for NSWindow in AppDelegate
* Source/AppController.m+h: Add an ivar for NSWindow
(awakeFromNib): New method to center window
English.lproj/MainMenu.nib/designable.nib
English.lproj/MainMenu.nib/keyedobjects.nib
Source/AppController.h
Source/AppController.m