Преглед изворни кода

Bump the font size on the main menu.

We’re intentionally tiny elsewhere to get more information on screen, but here we can go a little bigger.
Ryan Olson пре 11 година
родитељ
комит
e4e22b8cd8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Classes/Global State Explorers/FLEXGlobalsTableViewController.m

+ 1 - 1
Classes/Global State Explorers/FLEXGlobalsTableViewController.m

@@ -274,7 +274,7 @@ typedef NS_ENUM(NSUInteger, FLEXGlobalsRow) {
     if (!cell) {
         cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier];
         cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
-        cell.textLabel.font = [FLEXUtility defaultTableViewCellLabelFont];
+        cell.textLabel.font = [FLEXUtility defaultFontOfSize:14.0];
     }
 
     cell.textLabel.text = [self titleForRowAtIndexPath:indexPath];