aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.m
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-28 14:09:44 +0000
committermatthew <matthew>2008-10-28 14:09:44 +0000
commit9ae7545f94bd3edc06ea6421dce1e51f82caf237 (patch)
treec651fde573a3c0b3d1878510d4dd3e6b9160c3e0 /iphone/FixMyStreet/Classes/AboutViewController.m
parent6373542458b545513e6e50ad2b904d531aaa5c6c (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.m1
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];
}