Skip to content

Commit

Permalink
Revert "increase default shakiness in stabilize filter"
Browse files Browse the repository at this point in the history
This reverts commit e41e7c4.
  • Loading branch information
ddennedy committed May 6, 2023
1 parent a3a54a9 commit 3bc6ab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qml/filters/stabilize/ui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Item {
height: 150
Component.onCompleted: {
filter.set('analyze', 0);
filter.set('shakiness', 6.0);
shakinessSlider.value = filter.getDouble('shakiness');
accuracySlider.value = filter.getDouble('accuracy');
setStatus(false);
Expand Down Expand Up @@ -139,7 +138,7 @@ Item {
}

Shotcut.UndoButton {
onClicked: shakinessSlider.value = 6
onClicked: shakinessSlider.value = 4
}

Label {
Expand Down

0 comments on commit 3bc6ab4

Please sign in to comment.