mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20: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| {
|
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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user