Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
b1d52582
Commit
b1d52582
authored
Jan 12, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback: fix 'frosted glass' appearance in top-toolbar
parent
2b5216eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sources/VLCMovieViewController.m
Sources/VLCMovieViewController.m
+1
-1
No files found.
Sources/VLCMovieViewController.m
View file @
b1d52582
...
...
@@ -255,7 +255,7 @@
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
{
self
.
backButton
.
tintColor
=
[
UIColor
colorWithRed
:(
190
.
0
f
/
255
.
0
f
)
green
:(
190
.
0
f
/
255
.
0
f
)
blue
:
(
190
.
0
f
/
255
.
0
f
)
alpha
:
1
.];
self
.
toolbar
.
tintColor
=
[
UIColor
whiteColor
];
self
.
toolbar
.
bar
TintColor
=
[
UI
Color
colorWithWhite
:
0
.
f
alpha
:
1
.
f
]
;
self
.
toolbar
.
bar
Style
=
UI
BarStyleBlack
;
CGRect
rect
=
self
.
resetVideoFilterButton
.
frame
;
rect
.
origin
.
y
=
rect
.
origin
.
y
+
5
.;
...
...
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