Browse Source

change font

Marino Faggiana 8 years ago
parent
commit
20e678add2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Library/XLForm/XL/Cell/XLFormPickerCell.m

+ 1 - 1
iOSClient/Library/XLForm/XL/Cell/XLFormPickerCell.m

@@ -104,7 +104,7 @@
     UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, pickerView.frame.size.width, 50)];
     label.backgroundColor = [UIColor clearColor];
     label.textColor = [UIColor blackColor];
-    label.font = [UIFont fontWithName:@"Helvetica" size:15.0];
+    label.font = [UIFont systemFontOfSize:13];
     label.textAlignment = NSTextAlignmentCenter;
     [label setText:[self.rowDescriptor.selectorOptions objectAtIndex:row]];