mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5523 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
481c60d327
commit
1cec82b0db
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
contents = [window contentView];
|
||||
|
||||
v = [[NSButton alloc] initWithFrame: NSMakeRect(35, 60, 80, 20)];
|
||||
[v setBordered: YES];
|
||||
[v setButtonType: NSToggleButton];
|
||||
[v setTitle: @"Button"];
|
||||
[contents addSubview: v];
|
||||
RELEASE(v);
|
||||
|
|
Loading…
Reference in a new issue