From ca8534f4fdd1aac07843d79684ddd85c31ccfb6d Mon Sep 17 00:00:00 2001 From: Dvlv Date: Mon, 19 Feb 2024 07:37:53 +0000 Subject: [PATCH] fix padding on View Applications --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 21de004..3edb7c5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -856,7 +856,7 @@ fn on_show_applications_clicked(window: &ApplicationWindow, box_name: String) { scrolled_win.set_vexpand(true); scrolled_win.set_hexpand(true); - let scroll_area = gtk::Box::new(gtk::Orientation::Vertical, 20); + let scroll_area = gtk::Box::new(gtk::Orientation::Vertical, 5); scroll_area.set_vexpand(true); scroll_area.set_hexpand(true);