Skip to content

Commit c1d014a

Browse files
committed
Fix HSL Primaries does not show all entries
As reported here: https://forum.shotcut.org/t/hsl-primaries-filter/47474
1 parent d7c455d commit c1d014a

File tree

1 file changed

+1
-1
lines changed
  • src/qml/filters/hslprimaries

1 file changed

+1
-1
lines changed

src/qml/filters/hslprimaries/ui.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Shotcut.KeyframableFilter {
103103
middleValues: [0, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100]
104104
endValues: [0, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100, 0, 100, 100]
105105
width: 350
106-
height: 580
106+
height: 605
107107
Component.onCompleted: {
108108
if (filter.isNew) {
109109
// Set default parameter values

0 commit comments

Comments
 (0)