浏览代码

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;
 }