mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-11 06:22:11 +00:00
reorder options asc
This commit is contained in:
parent
2e47825365
commit
cef35322ee
@ -8,8 +8,8 @@ impl Mime for gtk::Entry {
|
|||||||
use gtk::prelude::EditableExt;
|
use gtk::prelude::EditableExt;
|
||||||
|
|
||||||
let mime = gtk::Entry::builder()
|
let mime = gtk::Entry::builder()
|
||||||
.placeholder_text("Content type (MIME)")
|
|
||||||
.margin_bottom(8)
|
.margin_bottom(8)
|
||||||
|
.placeholder_text("Content type (MIME)")
|
||||||
.text(text)
|
.text(text)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user