InAppNotification: Change box margins.

This commit is contained in:
Jordan Petridis
2018-03-09 19:36:43 +02:00
parent 745ea0ca10
commit 8614922213
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ impl App {
glib::Continue(false)
});
let text = "Marked all episodes as listened.";
let text = "Marked all episodes as listened";
let notif = InAppNotification::new(text.into(), callback, sender.clone());
overlay.add_overlay(&notif.overlay);
// We need to display the notification after the widget is added to the overlay