From 861492221377cf2ff70af94a849aa7a2496166e9 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 9 Mar 2018 19:36:43 +0200 Subject: [PATCH] InAppNotification: Change box margins. --- hammond-gtk/resources/gtk/inapp_notif.ui | 6 +++--- hammond-gtk/src/app.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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