mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enable tooltips
This commit is contained in:
parent
cd6d4ade9e
commit
7fe77994c2
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ impl Mime for gtk::Entry {
|
|||
.margin_bottom(8)
|
||||
.placeholder_text(TEXT)
|
||||
.text(text)
|
||||
//.tooltip_text(TEXT)
|
||||
.tooltip_text(TEXT)
|
||||
.build();
|
||||
|
||||
mime.connect_realize(|this| {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ impl Token for Entry {
|
|||
Entry::builder()
|
||||
.placeholder_text(TEXT)
|
||||
.text(text)
|
||||
//.tooltip_text(TEXT)
|
||||
.tooltip_text(TEXT)
|
||||
.build()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue