Tidy up font panel.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3964 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-03-23 22:36:58 +00:00
parent 19ced1961b
commit 42f2a761a5

View file

@ -73,9 +73,9 @@
- (id)init
{
NSRect pf = {{100,100}, {300,300}};
NSRect ts = {{0,0}, {300,40}};
NSRect ts = {{0,0}, {300,50}};
NSRect bs = {{0,0}, {300,182}};
NSRect pa = {{7,0}, {286,40}};
NSRect pa = {{7,0}, {286,50}};
NSRect l = {{7,162}, {110,20}};
NSRect ss = {{7,0}, {110,160}};
NSRect b = {{60,5}, {75,25}};
@ -105,9 +105,9 @@
v = [self contentView];
topArea = [[NSView alloc] initWithFrame:NSMakeRect(0,50,300,238)];
topArea = [[NSView alloc] initWithFrame:NSMakeRect(0,50,300,240)];
splitView = [[NSSplitView alloc] initWithFrame:NSMakeRect(0,0,300,238)];
splitView = [[NSSplitView alloc] initWithFrame:NSMakeRect(0,0,300,240)];
[splitView setVertical:NO];
[topArea addSubview:splitView];