Slight layout fix for AudioPlayerView

This commit is contained in:
Thong Nguyen 2014-02-01 23:29:39 +00:00
parent d347e5e80c
commit 018da7a2eb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
repeatSwitch = [[UISwitch alloc] initWithFrame:CGRectMake((320 - size.width) / 2, frame.size.height * 0.15 + 180, size.width, size.height)];
label = [[UILabel alloc] initWithFrame:CGRectMake(0, slider.frame.origin.y + slider.frame.size.height, frame.size.width, 25)];
label = [[UILabel alloc] initWithFrame:CGRectMake(0, slider.frame.origin.y + slider.frame.size.height + 10, frame.size.width, 25)];
label.textAlignment = NSTextAlignmentCenter;