mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* 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:
parent
9218a1bcb0
commit
042264b382
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue