Improve spacing on main box
This commit is contained in:
parent
9da2b030d7
commit
dee87d10b6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ fn build_ui(application: >k4::Application) {
|
||||||
view! {
|
view! {
|
||||||
main_box = gtk4::Box {
|
main_box = gtk4::Box {
|
||||||
set_orientation: Orientation::Vertical,
|
set_orientation: Orientation::Vertical,
|
||||||
set_spacing: 20,
|
set_spacing: 10,
|
||||||
set_margin_top: 20,
|
set_margin_top: 20,
|
||||||
set_margin_bottom: 20,
|
set_margin_bottom: 20,
|
||||||
set_margin_start: 24,
|
set_margin_start: 24,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue