Move the app icon down a bit.

This commit is contained in:
John Scipione 2012-08-18 14:40:24 -04:00
parent 6cdd1023ab
commit 0fbb37d238

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));
}