Move the app icon down a bit.

This commit is contained in:
John Scipione
2012-11-12 23:57:29 -05:00
parent 6cdd1023ab
commit 0fbb37d238
+1 -1
View File
@@ -112,7 +112,7 @@ StripeView::Draw(BRect updateRect)
SetDrawingMode(B_OP_ALPHA);
SetBlendingMode(B_PIXEL_ALPHA, B_ALPHA_OVERLAY);
DrawBitmapAsync(fIcon, BPoint(15.0, 5.0));
DrawBitmapAsync(fIcon, BPoint(31.0, 5.0));
}