diff options
author | matthew <matthew> | 2008-10-28 14:09:44 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-28 14:09:44 +0000 |
commit | 9ae7545f94bd3edc06ea6421dce1e51f82caf237 (patch) | |
tree | c651fde573a3c0b3d1878510d4dd3e6b9160c3e0 /iphone/FixMyStreet/Classes/AboutViewController.m | |
parent | 6373542458b545513e6e50ad2b904d531aaa5c6c (diff) |
Larger font size on donate button, change about text.
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.m')
-rw-r--r-- | iphone/FixMyStreet/Classes/AboutViewController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/AboutViewController.m b/iphone/FixMyStreet/Classes/AboutViewController.m index 74ea3a422..dcf6d5756 100644 --- a/iphone/FixMyStreet/Classes/AboutViewController.m +++ b/iphone/FixMyStreet/Classes/AboutViewController.m @@ -25,6 +25,7 @@ [super viewDidLoad]; self.title = @"About"; self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; + donateButton.font = [UIFont systemFontOfSize:32]; } |