mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra ns
This commit is contained in:
parent
43064aa1b6
commit
baccf427c1
@ -55,9 +55,7 @@ impl List {
|
||||
|
||||
factory.connect_setup(|_, this| {
|
||||
// Init widget for dropdown item
|
||||
let child = Box::builder()
|
||||
.orientation(gtk::Orientation::Vertical)
|
||||
.build();
|
||||
let child = Box::builder().orientation(Orientation::Vertical).build();
|
||||
|
||||
// Title
|
||||
child.append(&Label::builder().halign(Align::Start).build());
|
||||
|
Loading…
x
Reference in New Issue
Block a user