mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fix icon size.
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
},
|
||||
"run": [
|
||||
{
|
||||
"args": "-v -x",
|
||||
"args": "-v",
|
||||
"command": "ecode-debug",
|
||||
"name": "ecode-debug",
|
||||
"working_dir": "${project_root}/bin"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user