fix padding on View Applications
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled

This commit is contained in:
Dvlv 2024-02-19 07:37:53 +00:00
parent da2e78fe7e
commit ca8534f4fd
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA

View file

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