diff --git a/.ecode/project_build.json b/.ecode/project_build.json index f1c9569c4..c39823f86 100644 --- a/.ecode/project_build.json +++ b/.ecode/project_build.json @@ -162,7 +162,7 @@ }, "run": [ { - "args": "-v -x", + "args": "-v", "command": "ecode-debug", "name": "ecode-debug", "working_dir": "${project_root}/bin" diff --git a/src/tools/ecode/plugins/git/gitplugin.cpp b/src/tools/ecode/plugins/git/gitplugin.cpp index 3ca78c45a..1a9e03883 100644 --- a/src/tools/ecode/plugins/git/gitplugin.cpp +++ b/src/tools/ecode/plugins/git/gitplugin.cpp @@ -1421,7 +1421,7 @@ void GitPlugin::buildSidePanelTab() { color: var(--font); } .git_highlight_style > treeview::cell::icon { - foreground-image: icon(circle, 12dpru), icon(circle-filled, 12dpru); + foreground-image: icon(circle, 8dpru), icon(circle-filled, 8dpru); foreground-position: 80%% 80%%, 80%% 80%%; foreground-tint: black, %s; }