diff --git a/components/tracks/TrackControls.tsx b/components/tracks/TrackControls.tsx index bae6522..4f1e0c1 100644 --- a/components/tracks/TrackControls.tsx +++ b/components/tracks/TrackControls.tsx @@ -57,7 +57,7 @@ export function TrackControls({ }: TrackControlsProps) { return (
{/* Pan Control - Top */} diff --git a/types/track.ts b/types/track.ts index 6e73b72..a5bc952 100644 --- a/types/track.ts +++ b/types/track.ts @@ -68,7 +68,7 @@ export const TRACK_COLORS: Record = { gray: 'rgb(156, 163, 175)', }; -export const DEFAULT_TRACK_HEIGHT = 360; // Knob + fader with labels + R/S/M/A/E buttons -export const MIN_TRACK_HEIGHT = 260; // Minimum to fit knob + fader with labels + all buttons +export const DEFAULT_TRACK_HEIGHT = 340; // Knob + fader with labels + R/S/M/A/E buttons +export const MIN_TRACK_HEIGHT = 240; // Minimum to fit knob + fader with labels + all buttons export const MAX_TRACK_HEIGHT = 500; // Increased for better waveform viewing export const COLLAPSED_TRACK_HEIGHT = 48; // Extracted constant for collapsed state