mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-24 06:48:52 +00:00
take the new size of NSStepper into account within the palette
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11271 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b7b2b3604a
commit
5e2df61b49
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
RELEASE(v);
|
||||
|
||||
// Stepper
|
||||
v = [[NSStepper alloc] initWithFrame: NSMakeRect(172, 56, 40, 23)];
|
||||
v = [[NSStepper alloc] initWithFrame: NSMakeRect(172, 56, 16, 23)];
|
||||
[contents addSubview: v];
|
||||
RELEASE(v);
|
||||
|
||||
|
|
Loading…
Reference in a new issue