mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra ns
This commit is contained in:
parent
43064aa1b6
commit
baccf427c1
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue