mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
reorder options asc
This commit is contained in:
parent
2e47825365
commit
cef35322ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue