fix: tracking view: wrong direction
This commit is contained in:
parent
24d944e377
commit
bfad2ee61b
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue