* Palettes/2Controls/ControlsPalette.m: Correct sizing issue with

Controls Palette.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26901 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-10-06 23:23:00 +00:00
parent 9218a1bcb0
commit 042264b382
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-10-06 19:22-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/2Controls/ControlsPalette.m: Correct sizing issue with
Controls Palette.
2008-09-27 23:11-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormPrefs/GormPluginsPref.m: Include GormPluginManager.h to

View file

@ -62,6 +62,7 @@
id v;
contents = [originalWindow contentView];
[contents setFrame: NSMakeRect(0, 0, 272, 192)];
v = [[GormNSPopUpButton alloc] initWithFrame: NSMakeRect(118, 139, 87, 22)];
[v addItemWithTitle: @"Item 1"];
[v addItemWithTitle: @"Item 2"];