Improved title widgets in controls palette.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-09-17 04:54:47 +00:00
parent 668c12f819
commit ecc3f3a69a
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2004-09-17 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/2Controls/ControlsPalette.gorm: Removed old 14pt.
system title widget and added some widgets which are standard
sized which use the system defined fonts.
* Palettes/2Controls/main.m: Changed the location of the
pulldown, since it isn't in the .gorm.
2004-09-12 20:06 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Made some changes in [Gorm testInterface] and

View file

@ -40,7 +40,7 @@
id v;
contents = [originalWindow contentView];
v = [[GormNSPopUpButton alloc] initWithFrame: NSMakeRect(172, 147, 89, 20)];
v = [[GormNSPopUpButton alloc] initWithFrame: NSMakeRect(118, 139, 87, 22)];
[v addItemWithTitle: @"Item 1"];
[v addItemWithTitle: @"Item 2"];
[v addItemWithTitle: @"Item 3"];