mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
change column name
This commit is contained in:
parent
7cd5555aa2
commit
49563e36eb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ impl Directory {
|
|||
.build();
|
||||
column_view.append_column(
|
||||
>k::ColumnViewColumn::builder()
|
||||
.title("Icon")
|
||||
.title("Type")
|
||||
.factory(&{
|
||||
use gtk::prelude::{BoxExt, Cast, ListItemExt, WidgetExt};
|
||||
let factory = gtk::SignalListItemFactory::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue