mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
668c12f819
commit
ecc3f3a69a
4 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue