Skip to content

Commit

Permalink
Fix message alignment in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 22, 2017
1 parent 1dc4689 commit e236200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/notification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Notification::Notification(const QString &id, const QString &title, const Notifi
m_iconLabel->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);

m_msgLabel = new QLabel(this);
m_msgLabel->setAlignment(Qt::AlignTop | Qt::AlignAbsolute);

if ( !title.isEmpty() ) {
m_titleLabel = new QLabel(this);
Expand Down

0 comments on commit e236200

Please sign in to comment.