Skip to content

Commit

Permalink
Increase sampling options panel height to 160 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 17, 2024
1 parent ca480dd commit aa9643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/app/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const LowerRightView: FunctionComponent<LowerRightViewProps> = ({ width, height,
return undefined
}
}, [dataFileContent])
const samplingOptsPanelHeight = 140
const samplingOptsPanelHeight = 160
const samplingOptsPanelWidth = Math.min(180, width / 2)

const {sampler} = useStanSampler(compiledMainJsUrl)
Expand Down

0 comments on commit aa9643d

Please sign in to comment.