dash: Show tooltips on hover
As dash items no longer show application names, display names as tooltips on hover. https://bugzilla.gnome.org/show_bug.cgi?id=642871
This commit is contained in:
parent
661ea906d9
commit
4a93ce703e
@ -389,6 +389,8 @@ Dash.prototype = {
|
|||||||
Lang.bind(this, function() {
|
Lang.bind(this, function() {
|
||||||
display.actor.opacity = 255;
|
display.actor.opacity = 255;
|
||||||
}));
|
}));
|
||||||
|
display.actor.set_tooltip_text(app.get_name());
|
||||||
|
|
||||||
let item = new DashItemContainer();
|
let item = new DashItemContainer();
|
||||||
item.setChild(display.actor);
|
item.setChild(display.actor);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user