project_files/HedgewarsMobile/Classes/SquareButtonView.m
changeset 3703 12d17c6e8855
parent 3697 d5b30d6373fc
child 3829 81db3c85784b
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Sun Aug 01 17:58:09 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Mon Aug 02 00:55:24 2010 +0200
@@ -37,6 +37,7 @@
         [self.layer setCornerRadius:7.0f];
         [self.layer setMasksToBounds:YES];
         [self.layer setBorderWidth:2];
+        [self.layer setBorderColor:[UICOLOR_HW_YELLOW_BODER CGColor]];
 
         // this changes the color at button press
         [self addTarget:self action:@selector(nextColor) forControlEvents:UIControlEventTouchUpInside];