Selaa lähdekoodia

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

Felix Paul Kühne 10 vuotta sitten
vanhempi
commit
9b97e356d2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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];