Skip to content

Commit

Permalink
Make videos in cutting view larger
Browse files Browse the repository at this point in the history
Makes the video(s) in the cutting view a bit larger.
  • Loading branch information
Arnei committed May 13, 2024
1 parent 813a1ab commit a9dfe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Cutting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Cutting: React.FC = () => {
return (
<div css={cuttingStyle}>
<CuttingHeader />
<VideoPlayers refs={undefined} />
<VideoPlayers maxHeightInPixel={500} />
<div css={videosStyle(theme)}>
<Timeline
timelineHeight={260}
Expand Down

0 comments on commit a9dfe3b

Please sign in to comment.