浏览代码

change font

Marino Faggiana 8 年之前
父节点
当前提交
20e678add2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]];