Skip to content

Commit

Permalink
Keep notification height when other are added and removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier authored and agaida committed Jun 22, 2018
1 parent f278031 commit db5707d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notification.cpp
Expand Up @@ -60,6 +60,7 @@ Notification::Notification(const QString &application,


setMaximumWidth(parent->width()); setMaximumWidth(parent->width());
setMinimumWidth(parent->width()); setMinimumWidth(parent->width());
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);


setValues(application, summary, body, icon, timeout, actions, hints); setValues(application, summary, body, icon, timeout, actions, hints);


Expand Down

0 comments on commit db5707d

Please sign in to comment.