Fix icon size.

This commit is contained in:
Martín Lucas Golini
2024-07-04 12:59:46 -03:00
parent 3168bb6d6c
commit 8da73f749d
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
},
"run": [
{
"args": "-v -x",
"args": "-v",
"command": "ecode-debug",
"name": "ecode-debug",
"working_dir": "${project_root}/bin"

View File

@@ -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;
}