Add 3px padding to the right of menu bar icons

This commit is contained in:
Sami Samhuri
2010-08-31 22:15:46 -04:00
committed by Alexander Ljungberg
parent be36e17bd8
commit f7ef182d33
@@ -62,6 +62,7 @@ var SelectionColor = nil,
_imageAndTextView = [[_CPImageAndTextView alloc] initWithFrame:CGRectMake(HORIZONTAL_MARGIN, 0.0, 0.0, 0.0)];
[_imageAndTextView setImagePosition:CPImageLeft];
[_imageAndTextView setImageOffset:3.0];
[_imageAndTextView setTextShadowOffset:CGSizeMake(0.0, 1.0)];
[_imageAndTextView setAutoresizingMask:CPViewMinYMargin | CPViewMaxYMargin];