AutoGrid: Tweak height of short row height (#104115)
AutoGrid: Tweak auto short height
This commit is contained in:
+1
-1
@@ -306,7 +306,7 @@ function getNamedHeightInPixels(rowHeight: AutoGridRowHeight) {
|
||||
|
||||
switch (rowHeight) {
|
||||
case 'short':
|
||||
return 128;
|
||||
return 168;
|
||||
case 'tall':
|
||||
return 512;
|
||||
case 'custom':
|
||||
|
||||
Reference in New Issue
Block a user