Move the app icon down a bit.
This commit is contained in:
parent
6cdd1023ab
commit
0fbb37d238
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user