Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
22f3cacf
Commit
22f3cacf
authored
Jun 23, 2014
by
Felix Paul Kühne
Browse files
about dialog: use white scrollbar instead of the default since we using a dark background
parent
c656a32a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAboutViewController.m
View file @
22f3cacf
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
_webView
.
clipsToBounds
=
YES
;
_webView
.
clipsToBounds
=
YES
;
_webView
.
delegate
=
self
;
_webView
.
delegate
=
self
;
_webView
.
backgroundColor
=
[
UIColor
VLCDarkBackgroundColor
];
_webView
.
backgroundColor
=
[
UIColor
VLCDarkBackgroundColor
];
_webView
.
scrollView
.
indicatorStyle
=
UIScrollViewIndicatorStyleWhite
;
self
.
view
=
_webView
;
self
.
view
=
_webView
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment