Skip to content

Commit

Permalink
change row height
Browse files Browse the repository at this point in the history
  • Loading branch information
maxddev authored Nov 26, 2023
1 parent 91d58ba commit a1be3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const DEFAULT_DEBUGLEVEL = 4; // Replaced by rollup script
/**
* Fixed height of a row in pixel. Must match the SCSS variable `$row-outer-height`.
*/
export const ROW_HEIGHT = 22;
export const ROW_HEIGHT = 42;
/**
* Fixed width of node icons in pixel. Must match the SCSS variable `$icon-outer-width`.
*/
Expand Down

0 comments on commit a1be3e4

Please sign in to comment.