mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 17:53:19 +03:00
notifications: make sure text is placed below the icon
This commit is contained in:
parent
dc6e1173bb
commit
887c564fe4
@ -198,7 +198,7 @@ namespace Gala.Plugins.Notify
|
||||
notification_content.set_values (summary, body);
|
||||
|
||||
content_container.add_child (notification_content);
|
||||
add_child (content_container);
|
||||
insert_child_below (content_container, null);
|
||||
}
|
||||
|
||||
public void update (string summary, string body, Gdk.Pixbuf? icon, int32 expire_timeout,
|
||||
|
Loading…
Reference in New Issue
Block a user