Skip to content

Commit b399662

Browse files
committed
Fixes a truncation issue with the override button.
1 parent 8700296 commit b399662

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SimulatorStatusMagic/ViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ @implementation ViewController
4141
- (void)viewDidLoad
4242
{
4343
[super viewDidLoad];
44+
45+
self.overrideButton.titleLabel.adjustsFontSizeToFitWidth = YES;
4446

4547
[self setOverrideButtonText];
4648
[self setBluetoothSegementedControlSelectedSegment];

0 commit comments

Comments
 (0)