mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 18:24:05 +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);
|
notification_content.set_values (summary, body);
|
||||||
|
|
||||||
content_container.add_child (notification_content);
|
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,
|
public void update (string summary, string body, Gdk.Pixbuf? icon, int32 expire_timeout,
|
||||||
|
Loading…
Reference in New Issue
Block a user