Improve spacing on main box

This commit is contained in:
Lucy 2022-02-02 11:05:47 -05:00
parent 9da2b030d7
commit dee87d10b6
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1

View file

@ -33,7 +33,7 @@ fn build_ui(application: &gtk4::Application) {
view! {
main_box = gtk4::Box {
set_orientation: Orientation::Vertical,
set_spacing: 20,
set_spacing: 10,
set_margin_top: 20,
set_margin_bottom: 20,
set_margin_start: 24,