mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
Fix main table view styling
This commit is contained in:
parent
c25bfd70d0
commit
7651bb4821
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@
|
|||
[self setDelegate: self];
|
||||
|
||||
fPiecesBarPercent = [fDefaults boolForKey: @"PiecesBar"] ? 1.0 : 0.0;
|
||||
|
||||
if (@available(macOS 11.0, *)) {
|
||||
self.style = NSTableViewStyleFullWidth;
|
||||
}
|
||||
}
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue