mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use markup in tooltip
This commit is contained in:
parent
cb08217ffa
commit
d6dc6acf04
2 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ impl List {
|
|||
let subtitle = child.last_child().unwrap().downcast::<Label>().unwrap();
|
||||
|
||||
subtitle.set_label(&item.subtitle());
|
||||
subtitle.set_tooltip_text(Some(&item.tooltip()));
|
||||
subtitle.set_tooltip_markup(Some(&item.tooltip()));
|
||||
});
|
||||
|
||||
// Init main `DropDown`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue