mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
increase priority selector width, and show the file table's top bar
This commit is contained in:
parent
76ad605726
commit
17a59e129c
2 changed files with 1 additions and 1 deletions
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -16,7 +16,7 @@
|
||||||
for (i = 0; i < [self segmentCount]; i++)
|
for (i = 0; i < [self segmentCount]; i++)
|
||||||
{
|
{
|
||||||
[self setLabel: @"" forSegment: i];
|
[self setLabel: @"" forSegment: i];
|
||||||
[self setWidth: 6.0 forSegment: i];
|
[self setWidth: 7.0 forSegment: i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in a new issue