Skip to content

Commit

Permalink
DaveHunt: Align status label so that it is still visible after rotati…
Browse files Browse the repository at this point in the history
…ng. Fixes issue SeleniumHQ#3452

r16027
  • Loading branch information
davehunt committed Feb 28, 2012
1 parent b92e67a commit db41fae
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 399 deletions.
1 change: 1 addition & 0 deletions iphone/src/objc/Classes/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ - (void)viewDidLoad {
[super viewDidLoad];
singleton_ = self;
[webViewController.webView loadHTMLString:@"" baseURL:nil];
[statusLabel_ setAdjustsFontSizeToFitWidth:YES];
}

// Override to allow orientations other than the default portrait orientation.
Expand Down
Loading

0 comments on commit db41fae

Please sign in to comment.