浏览代码

playback: AR switcher - make 'Fill to screen' the first option

Felix Paul Kühne 12 年之前
父节点
当前提交
5ef21851c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AspenProject/VLCMovieViewController.m

+ 1 - 1
AspenProject/VLCMovieViewController.m

@@ -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];