Skip to content

Commit

Permalink
[ui] Make gantt boxes wider in non-timed views
Browse files Browse the repository at this point in the history
Fixes #20482
  • Loading branch information
bengotow committed Apr 2, 2024
1 parent d03bc75 commit 5abc20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const FLAT_INSET_FROM_PARENT = 16;
export const BOX_HEIGHT = 34;
export const BOX_MARGIN_Y = 5;
export const BOX_SPACING_X = 20;
export const BOX_WIDTH = 100;
export const BOX_WIDTH = 200;
export const BOX_DOT_WIDTH_CUTOFF = 8;
export const BOX_SHOW_LABEL_WIDTH_CUTOFF = 30;
export const BOX_DOT_SIZE = 6;
Expand Down

0 comments on commit 5abc20f

Please sign in to comment.