fix: tracking view: wrong direction

This commit is contained in:
jane400 2024-10-02 17:42:42 +02:00 committed by jane400
parent 24d944e377
commit bfad2ee61b

View file

@ -78,7 +78,8 @@ impl Component for TrackingView {
#[local_ref] #[local_ref]
tracking_box -> gtk::Box { tracking_box -> gtk::Box {
set_spacing: 8 set_spacing: 8,
set_orientation: gtk::Orientation::Vertical,
}, },
} }
}, },