# Richard - Are there smaller resistor / capacito... Channel: #support Source: https://discord.com/channels/1233487248129921135/1520378788918067330 Started: 2026-06-27T10:42:31.002000+00:00 Last activity: 2026-06-27T17:32:11.533000+00:00 ## Richard — 2026-06-27T10:42:30.550000+00:00 Are there smaller resistor / capacitor symbols (similar to how KiCad has `R` and `R_small`)? ## Rishabh — 2026-06-27T11:22:56.558000+00:00 <@303970537946742784> unfortunately we don't have option to change the size right now for changing the size of schematic symbols ## Rishabh — 2026-06-27T11:26:05.599000+00:00 cc <@757706909351411845> i see the prop `schematicSymbolSize` is present, but the `core` is not using it. We should support this ## Seve — 2026-06-27T15:48:30.195000+00:00 Yea we’re supposed to have small variants- <@436098556974333952> was doing this but he’s moving this wknd- maybe someone else can do the compact variants (we should commit to the symbols repo as new symbols rather than dynamic resize i think) ## Seve — 2026-06-27T15:48:57.440000+00:00 We really only need resistor and capacitor compact variants to start- maybe diodes ## Richard — 2026-06-27T17:31:32.268000+00:00 Looks like you already have the resistor variant under `boxresistor_small`. I was able to get it to work using: ``` ``` ## Seve — 2026-06-27T17:32:11.533000+00:00 Oh cool- yea we’ll make that more ergonomic soon