remove extra ns

This commit is contained in:
yggverse 2024-12-12 21:00:06 +02:00
parent 43064aa1b6
commit baccf427c1

View File

@ -55,9 +55,7 @@ impl List {
factory.connect_setup(|_, this| { factory.connect_setup(|_, this| {
// Init widget for dropdown item // Init widget for dropdown item
let child = Box::builder() let child = Box::builder().orientation(Orientation::Vertical).build();
.orientation(gtk::Orientation::Vertical)
.build();
// Title // Title
child.append(&Label::builder().halign(Align::Start).build()); child.append(&Label::builder().halign(Align::Start).build());