mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
ad55726416
commit
55d5e2de75
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -139,6 +139,7 @@ NSString *formatVersion(int version)
|
|||
{
|
||||
[itable reloadData];
|
||||
[iwindow orderFront: self];
|
||||
[iwindow center];
|
||||
}
|
||||
|
||||
- (void) selectTargetVersion: (id)sender
|
||||
|
|
Loading…
Reference in a new issue