Notification: align title with text.

This commit is contained in:
Adrien Destugues
2015-01-05 13:06:21 +01:00
parent 0de25abadc
commit 569a7bfc3c
@@ -465,7 +465,7 @@ NotificationView::SetText(float newMaxWidth)
titleLine->text = fNotification->Title(); titleLine->text = fNotification->Title();
titleLine->font = *be_bold_font; titleLine->font = *be_bold_font;
titleLine->location = BPoint(iconRight, y); titleLine->location = BPoint(iconRight + kEdgePadding, y);
fLines.push_front(titleLine); fLines.push_front(titleLine);
y += fontHeight; y += fontHeight;