Get the sizes of the inspectors reasonable.

The inspector popup button is funky (need to select the desirned inspector
twice), but it can be made to work.
This commit is contained in:
Bill Currie 2010-09-17 14:30:46 +09:00
parent 0de8e3806d
commit 43d2d9645d
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ id inspcontrol_i;
id cell;
cell =[sender selectedCell];
Sys_Printf ("%p %d", cell, (int)[cell tag]);
Sys_Printf ("%p %d\n", cell, (int)[cell tag]);
[self changeInspectorTo:[cell tag]];
return self;
}