Quellcode durchsuchen

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

Felix Paul Kühne vor 10 Jahren
Ursprung
Commit
9b97e356d2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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];