mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +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