Skip to content

Commit

Permalink
feat: adjust program list visible nodes number
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence-liu-923 committed Jul 19, 2023
1 parent aed59d3 commit ee7afa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { programInfos } from '../atom/Program/infra/programInfos';
import { PROGRAM_PORTRAIT_HEIGHT } from '../atom/Program/view/Program';
import { ProgramNode } from './ProgramNode';

const NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN = 4;
const NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN = 2;
const WINDOW_SIZE = NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN + 8;

export const ProgramList = ({
Expand Down

0 comments on commit ee7afa7

Please sign in to comment.