From a0e2e5db7dca2157d2693d91e98052c1351ca5f9 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:55:38 +0200 Subject: [PATCH] project panel/styles: Align child's chevron with parent path (#2559) Z-1012 Release notes: - Adjust indent of files in subdirectories. --- styles/src/styleTree/projectPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/styleTree/projectPanel.ts b/styles/src/styleTree/projectPanel.ts index 08117bf6b01d5fe7b14f2e0ace22dc680c5cefac..666d236da674690f8d2fcd9073165ab82484b307 100644 --- a/styles/src/styleTree/projectPanel.ts +++ b/styles/src/styleTree/projectPanel.ts @@ -72,7 +72,7 @@ export default function projectPanel(colorScheme: ColorScheme) { }, background: background(layer), padding: { left: 12, right: 12, top: 6, bottom: 6 }, - indentWidth: 8, + indentWidth: 16, entry, draggedEntry: { ...baseEntry,