Skip to content
Snippets Groups Projects
Commit 1448948a authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Use VLCAccentColor for progress indicator foreground


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 196bbfd9
No related branches found
No related tags found
1 merge request!3665macosx: Colour all accented UI items consistently
......@@ -58,7 +58,7 @@
frame.size.width = 0.;
_foregroundView = [[NSView alloc] initWithFrame:frame];
_foregroundView.wantsLayer = YES;
_foregroundView.layer.backgroundColor = [NSColor VLClibraryProgressIndicatorForegroundColor].CGColor;
_foregroundView.layer.backgroundColor = [NSColor VLCAccentColor].CGColor;
_foregroundView.autoresizingMask = NSViewWidthSizable;
_foregroundView.translatesAutoresizingMaskIntoConstraints = NO;
[self addSubview:_foregroundView];
......
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