Commit 223e4ac

mo khan <mo@mokhan.ca>
2013-05-27 02:52:02
right align text in the label
1 parent 0835100
Changed files (1)
Calculator/ViewController.m
@@ -13,6 +13,7 @@
     if (!self.myBrain)
     {
       self.myBrain = [[Brain alloc] init];
+      self.display.textAlignment = NSTextAlignmentRight;
     }
 	// Do any additional setup after loading the view, typically from a nib.
 }