diff --git a/hammond-gtk/resources/gtk/inapp_notif.ui b/hammond-gtk/resources/gtk/inapp_notif.ui index 4074fd8..2b14bd1 100644 --- a/hammond-gtk/resources/gtk/inapp_notif.ui +++ b/hammond-gtk/resources/gtk/inapp_notif.ui @@ -25,9 +25,9 @@ False center center - 6 - 6 - 12 + 6 + 6 + 6 True diff --git a/hammond-gtk/src/app.rs b/hammond-gtk/src/app.rs index 5f68a6e..a9a125b 100644 --- a/hammond-gtk/src/app.rs +++ b/hammond-gtk/src/app.rs @@ -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(¬if.overlay); // We need to display the notification after the widget is added to the overlay