mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add secondary_icon_tooltip_text
This commit is contained in:
parent
21ffb613ee
commit
b8d9d06bf2
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ impl Widget {
|
|||
// Init main widget
|
||||
let entry = Entry::builder()
|
||||
.placeholder_text(PLACEHOLDER_TEXT)
|
||||
.secondary_icon_tooltip_text("Go to the location")
|
||||
.hexpand(true)
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue