increase priority selector width, and show the file table's top bar

This commit is contained in:
Mitchell Livingston 2007-07-16 00:23:49 +00:00
parent 76ad605726
commit 17a59e129c
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
for (i = 0; i < [self segmentCount]; i++)
{
[self setLabel: @"" forSegment: i];
[self setWidth: 6.0 forSegment: i];
[self setWidth: 7.0 forSegment: i];
}
}
return self;