FIX: Column/Row width/height UI issues

This commit is contained in:
Nicolás Hatcher
2024-10-26 22:39:40 +02:00
committed by Nicolás Hatcher Andrés
parent 04d8c658ab
commit 0c69889832
5 changed files with 13 additions and 11 deletions

View File

@@ -17,5 +17,5 @@ export const outlineBackgroundColor = "#F2994A1A";
export const LAST_COLUMN = 16_384;
export const LAST_ROW = 1_048_576;
export const ROW_HEIGH_SCALE = 1.25;
export const COLUMN_WIDTH_SCALE = 1.25;
export const ROW_HEIGH_SCALE = 1;
export const COLUMN_WIDTH_SCALE = 1;