AutoGrid: Tweak height of short row height (#104115)

AutoGrid: Tweak auto short height
This commit is contained in:
Torkel Ödegaard
2025-04-16 18:24:00 +02:00
committed by GitHub
parent b694857e00
commit c1291e3031
@@ -306,7 +306,7 @@ function getNamedHeightInPixels(rowHeight: AutoGridRowHeight) {
switch (rowHeight) {
case 'short':
return 128;
return 168;
case 'tall':
return 512;
case 'custom':