Skip to content

Commit afa6fa5

Browse files
authored
make modal slightly bigger
1 parent 5c9adbb commit afa6fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/sound-editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ class SoundEditor extends React.Component {
617617
];
618618
let selectedSampleRate = this.props.sampleRate;
619619
let selectedForceRate = false;
620-
const menu = this.displayPopup("Format Sound", 350, 275, "Apply", "Cancel", () => {
620+
const menu = this.displayPopup("Format Sound", 350, 300, "Apply", "Cancel", () => {
621621
// accepted
622622
const edits = { sampleRate: selectedSampleRate };
623623
if (selectedForceRate) edits.sampleRateEnforced = selectedSampleRate;

0 commit comments

Comments
 (0)