Skip to content

Commit

Permalink
fix padding on View Applications
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvlv committed Feb 19, 2024
1 parent da2e78f commit ca8534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ca8534f

Please sign in to comment.