mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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;
|
||||
|
||||
let mime = gtk::Entry::builder()
|
||||
.placeholder_text("Content type (MIME)")
|
||||
.margin_bottom(8)
|
||||
.placeholder_text("Content type (MIME)")
|
||||
.text(text)
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue