[gnome-builder] todo: properly align tooltips to rows
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] todo: properly align tooltips to rows
- Date: Sat, 27 Jun 2020 20:02:47 +0000 (UTC)
commit 190597d00c4e5a35e73a0cb770d9dca9079ee982
Author: Diego Escalante Urrelo <diegoe gnome org>
Date: Sat Jun 27 02:48:02 2020 -0500
todo: properly align tooltips to rows
src/plugins/todo/gbp-todo-panel.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/todo/gbp-todo-panel.c b/src/plugins/todo/gbp-todo-panel.c
index 02bb1fc06..b4ac31550 100644
--- a/src/plugins/todo/gbp-todo-panel.c
+++ b/src/plugins/todo/gbp-todo-panel.c
@@ -197,6 +197,7 @@ gbp_todo_panel_query_tooltip (GbpTodoPanel *self,
}
g_string_append (str, "</tt>");
+ gtk_tree_view_set_tooltip_row (tree_view, tooltip, path);
gtk_tooltip_set_markup (tooltip, str->str);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]