Pārlūkot izejas kodu

playback: iOS 8 layout fix (closes #14947)

Felix Paul Kühne 10 gadi atpakaļ
vecāks
revīzija
10265946ec
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Sources/VLCMovieViewController.m

+ 1 - 0
Sources/VLCMovieViewController.m

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