~vvort/slingshot/tooltip_fix

« back to all changes in this revision

Viewing changes to src/Widgets/SearchItem.vala

  • Committer: Vort
  • Date: 2016-04-17 04:16:55 UTC
  • Revision ID: vvort@yandex.ru-20160417041655-5bgw97is7n3l5cy6
Fix tooltip appearance (lp:1444396)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            ((Gtk.Misc) name_label).xalign = 0.0f;
52
52
 
53
53
            icon = new Gtk.Image.from_pixbuf (app.load_icon (ICON_SIZE));
 
54
            tooltip_text = app.description;
54
55
 
55
56
            // load a favicon if we're an internet page
56
57
            var uri_match = app.match as Synapse.UriMatch;