diff --git a/paket/src/tracking.rs b/paket/src/tracking.rs index d081ab7..979b5a6 100644 --- a/paket/src/tracking.rs +++ b/paket/src/tracking.rs @@ -78,7 +78,8 @@ impl Component for TrackingView { #[local_ref] tracking_box -> gtk::Box { - set_spacing: 8 + set_spacing: 8, + set_orientation: gtk::Orientation::Vertical, }, } },