소스 검색

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

Felix Paul Kühne 11 년 전
부모
커밋
22f3cacf8e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }