Center the incompatibilities window.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-08-09 21:11:36 +00:00
parent ad55726416
commit 55d5e2de75
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2004-08-09 17:18 Gregory John Casamento <greg_casamento@yahoo.com>
* GormFilePrefsManager.m: The method showIncompatibilities:
added call to "center" method on iwindow so that the
incompatibilities window shows up in the center of the
screen.
2004-08-08 16:46 Gregory John Casamento <greg_casamento@yahoo.com>
* Resource/GormDocument.gorm: Made text label lengths a

View file

@ -139,6 +139,7 @@ NSString *formatVersion(int version)
{
[itable reloadData];
[iwindow orderFront: self];
[iwindow center];
}
- (void) selectTargetVersion: (id)sender