mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-10 14:02:15 +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;
|
||||
|
||||
let mime = gtk::Entry::builder()
|
||||
.placeholder_text("Content type (MIME)")
|
||||
.margin_bottom(8)
|
||||
.placeholder_text("Content type (MIME)")
|
||||
.text(text)
|
||||
.build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user