From 8da73f749dc27a4885ec235ce5ba7ea40240be86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 4 Jul 2024 12:59:46 -0300 Subject: [PATCH] Fix icon size. --- .ecode/project_build.json | 2 +- src/tools/ecode/plugins/git/gitplugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }