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
5ef21851
Commit
5ef21851
authored
Sep 10, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback: AR switcher - make 'Fill to screen' the first option
parent
5c9788f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+1
-1
No files found.
AspenProject/VLCMovieViewController.m
View file @
5ef21851
...
...
@@ -194,7 +194,7 @@
[self.view addGestureRecognizer:downSwipeRecognizer];
#endif
_aspectRatios
=
@[
@"DEFAULT"
,
@"4:3"
,
@"16:9"
,
@"16:10"
,
@"2.21:1"
,
@"FILL_TO_SCREEN"
];
_aspectRatios
=
@[
@"DEFAULT"
,
@"FILL_TO_SCREEN"
,
@"4:3"
,
@"16:9"
,
@"16:10"
,
@"2.21:1"
];
[
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