Explorar o código

status label: change background to something transparent (closes #15125)

Felix Paul Kühne %!s(int64=10) %!d(string=hai) anos
pai
achega
9b97e356d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCStatusLabel.m

+ 1 - 1
Sources/VLCStatusLabel.m

@@ -112,7 +112,7 @@
 
 - (void)drawRect:(CGRect)rect
 {
-    UIColor *drawingColor = [UIColor VLCDarkBackgroundColor];
+    UIColor *drawingColor = [UIColor VLCDarkTextShadowColor];
     [drawingColor setFill];
 
     UIBezierPath* bezierPath = [UIBezierPath bezierPathWithRoundedRect:rect cornerRadius:rect.size.height / 2];