Notification: align title with text.
This commit is contained in:
@@ -465,7 +465,7 @@ NotificationView::SetText(float newMaxWidth)
|
||||
titleLine->text = fNotification->Title();
|
||||
titleLine->font = *be_bold_font;
|
||||
|
||||
titleLine->location = BPoint(iconRight, y);
|
||||
titleLine->location = BPoint(iconRight + kEdgePadding, y);
|
||||
|
||||
fLines.push_front(titleLine);
|
||||
y += fontHeight;
|
||||
|
||||
Reference in New Issue
Block a user