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:
Pierre-Yves Rivaille 2001-10-28 20:07:49 +00:00
parent b7b2b3604a
commit 5e2df61b49

View file

@ -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);