Explorar o código

about dialog: use white scrollbar instead of the default since we using a dark background

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
22f3cacf8e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Sources/VLCAboutViewController.m

+ 1 - 0
Sources/VLCAboutViewController.m

@@ -31,6 +31,7 @@
     _webView.clipsToBounds = YES;
     _webView.delegate = self;
     _webView.backgroundColor = [UIColor VLCDarkBackgroundColor];
+    _webView.scrollView.indicatorStyle = UIScrollViewIndicatorStyleWhite;
     self.view = _webView;
 }