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
c46a03a5
Commit
c46a03a5
authored
Dec 13, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback: fix toolbar dimensions on iOS 7
parent
4da44258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Sources/VLCMovieViewController.m
Sources/VLCMovieViewController.m
+4
-0
No files found.
Sources/VLCMovieViewController.m
View file @
c46a03a5
...
...
@@ -236,6 +236,10 @@
rect
=
self
.
resetVideoFilterButton
.
frame
;
rect
.
origin
.
y
=
rect
.
origin
.
y
+
5
.;
self
.
resetVideoFilterButton
.
frame
=
rect
;
rect
=
self
.
toolbar
.
frame
;
rect
.
size
.
height
=
rect
.
size
.
height
+
rect
.
origin
.
y
;
rect
.
origin
.
y
=
0
;
self
.
toolbar
.
frame
=
rect
;
}
else
{
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButton"
]
forState
:
UIControlStateNormal
];
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButtonHighlight"
]
forState
:
UIControlStateHighlighted
];
...
...
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