mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
// Init main widget
|
||||||
let entry = Entry::builder()
|
let entry = Entry::builder()
|
||||||
.placeholder_text(PLACEHOLDER_TEXT)
|
.placeholder_text(PLACEHOLDER_TEXT)
|
||||||
|
.secondary_icon_tooltip_text("Go to the location")
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue