Bläddra i källkod

playback: iOS 8 layout fix (closes #14947)

Felix Paul Kühne 10 år sedan
förälder
incheckning
10265946ec
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Sources/VLCMovieViewController.m

+ 1 - 0
Sources/VLCMovieViewController.m

@@ -385,6 +385,7 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     } else
     } else
         _sleepTimeDatePicker.backgroundColor = [UIColor blackColor];
         _sleepTimeDatePicker.backgroundColor = [UIColor blackColor];
     _sleepTimeDatePicker.tintColor = [UIColor VLCLightTextColor];
     _sleepTimeDatePicker.tintColor = [UIColor VLCLightTextColor];
+    _sleepTimeDatePicker.frame = CGRectMake(0., 0., 300., 162.);
     _sleepTimeDatePicker.autoresizingMask = UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin;
     _sleepTimeDatePicker.autoresizingMask = UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin;
     [_sleepTimerContainer addSubview:_sleepTimeDatePicker];
     [_sleepTimerContainer addSubview:_sleepTimeDatePicker];