fix padding on View Applications
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled
This commit is contained in:
parent
da2e78fe7e
commit
ca8534f4fd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue