1
0
mirror of https://github.com/arduino/arduino-ide.git synced 2025-06-28 23:16:32 +00:00

Increase sketchbook tree indentation to reflect design system ()

This commit is contained in:
Francesco Spissu 2022-07-05 14:10:56 +02:00 committed by GitHub
parent ea42dc52fd
commit b1e00e6ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ import { Sketch } from '../../contributions/contribution';
import { nls } from '@theia/core/lib/common'; import { nls } from '@theia/core/lib/common';
const customTreeProps: TreeProps = { const customTreeProps: TreeProps = {
leftPadding: 20, leftPadding: 26,
expansionTogglePadding: 6, expansionTogglePadding: 6,
}; };