[gnome-builder] plugins/todo: be explicit and move todo after unit tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins/todo: be explicit and move todo after unit tests
- Date: Wed, 13 Jul 2022 06:31:09 +0000 (UTC)
commit a78ca8826c9f2acd81138454663fca055602a0c7
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 12 23:30:24 2022 -0700
plugins/todo: be explicit and move todo after unit tests
src/plugins/todo/gbp-todo-workspace-addin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/todo/gbp-todo-workspace-addin.c b/src/plugins/todo/gbp-todo-workspace-addin.c
index da52ae8cb..cd84b04c0 100644
--- a/src/plugins/todo/gbp-todo-workspace-addin.c
+++ b/src/plugins/todo/gbp-todo-workspace-addin.c
@@ -149,7 +149,7 @@ gbp_todo_workspace_addin_load (IdeWorkspaceAddin *addin,
position = ide_panel_position_new ();
ide_panel_position_set_edge (position, PANEL_DOCK_POSITION_START);
ide_panel_position_set_row (position, 0);
- ide_panel_position_set_depth (position, 2);
+ ide_panel_position_set_depth (position, 3);
ide_workspace_add_pane (workspace, IDE_PANE (self->panel), position);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]