mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra conversion
This commit is contained in:
parent
546cefc025
commit
6d49c79a0d
1 changed files with 1 additions and 2 deletions
|
|
@ -151,8 +151,7 @@ impl Column for gtk::ColumnViewColumn {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
None => DEFAULT.into(),
|
None => DEFAULT.into(),
|
||||||
}
|
};
|
||||||
.into();
|
|
||||||
list_item.set_child(Some(
|
list_item.set_child(Some(
|
||||||
>k::Label::builder()
|
>k::Label::builder()
|
||||||
.halign(gtk::Align::Start)
|
.halign(gtk::Align::Start)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue