From bfad2ee61b5387a9d950e8961eaf3a7b60a29529 Mon Sep 17 00:00:00 2001 From: jane400 Date: Wed, 2 Oct 2024 17:42:42 +0200 Subject: [PATCH] fix: tracking view: wrong direction --- paket/src/tracking.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, }, } },