Skip to content
Snippets Groups Projects
Commit 28c88c5a authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Elide tail for long grid view supplementary element header views text


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 43dd4141
No related branches found
No related tags found
1 merge request!7035macosx: Elide tail for long grid view supplementary element header views text
Pipeline #576477 passed with stage
in 13 minutes and 32 seconds
......@@ -46,6 +46,9 @@ NSString *VLCLibrarySupplementaryElementViewIdentifier = @"VLCLibrarySupplementa
self.usesSingleLineMode = NO;
self.drawsBackground = YES;
self.backgroundColor = [NSColor clearColor];
self.allowsDefaultTighteningForTruncation = YES;
self.maximumNumberOfLines = 1;
self.lineBreakMode = NSLineBreakByTruncatingTail;
}
return self;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment