Bladeren bron

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 jaren geleden
bovenliggende
commit
e4e22b8cd8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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];