Skip to content

Commit e0532b7

Browse files
authored
Merge pull request shinydevelopment#84 from SunburstEnzo/override-button-bugfix
Fixes a truncation issue with the override button.
2 parents 8700296 + b399662 commit e0532b7

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)