Переглянути джерело

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

Felix Paul Kühne 10 роки тому
батько
коміт
9b97e356d2
1 змінених файлів з 1 додано та 1 видалено
  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];