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);