File tree 1 file changed +4
-4
lines changed
src/qml/filters/bigsh0t_eq_wrap
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Item {
379
379
}
380
380
Shotcut .UndoButton {
381
381
id: hfov0Undo
382
- onClicked: hfov0Slider .value = 180
382
+ onClicked: hfov0Slider .value = - 90
383
383
}
384
384
Shotcut .KeyframesButton {
385
385
id: hfov0KeyframesButton
@@ -416,7 +416,7 @@ Item {
416
416
}
417
417
Shotcut .UndoButton {
418
418
id: hfov1Undo
419
- onClicked: hfov1Slider .value = 200
419
+ onClicked: hfov1Slider .value = 90
420
420
}
421
421
Shotcut .KeyframesButton {
422
422
id: hfov1KeyframesButton
@@ -458,7 +458,7 @@ Item {
458
458
}
459
459
Shotcut .UndoButton {
460
460
id: vfov0Undo
461
- onClicked: vfov0Slider .value = 140
461
+ onClicked: vfov0Slider .value = - 45
462
462
}
463
463
Shotcut .KeyframesButton {
464
464
id: vfov0KeyframesButton
@@ -495,7 +495,7 @@ Item {
495
495
}
496
496
Shotcut .UndoButton {
497
497
id: vfov1Undo
498
- onClicked: vfov1Slider .value = 160
498
+ onClicked: vfov1Slider .value = 45
499
499
}
500
500
Shotcut .KeyframesButton {
501
501
id: vfov1KeyframesButton
You can’t perform that action at this time.
0 commit comments