Skip to content

Commit

Permalink
fix redundant fill param in transition_affine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 12, 2024
1 parent 1e1f1b8 commit 5c17e23
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions src/modules/plus/transition_affine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ parameters:
widget: checkbox

- identifier: fill
title: Upscale to fill
title: Fill rectangle
description: >
Determines whether the image will be scaled up to fill the rectangle
or whether the size will be constrained to 100% of the profile
resolution.
Determines whether the image will be scaled up to fill the rectangle.
Otherwise, if the B frame image fits within the rectangle, it will not
be scaled. If 0, and the B frame image exceeds the rectangle, then it is
scaled down to fit within the rectangle.
type: boolean
default: 1
mutable: yes
Expand Down Expand Up @@ -262,18 +263,6 @@ parameters:
default: 0
mutable: yes

- identifier: fill
title: Fill rectangle
description: >
Determines whether the image will be scaled up to fill the rectangle.
Otherwise, if the B frame image fits within the rectangle, it will not
be scaled. If 0, and the B frame image exceeds the rectangle, then it is
scaled down to fit within the rectangle.
type: boolean
default: 1
mutable: yes
widget: checkbox

- identifier: halign
title: Horizontal alignment
description: >
Expand Down

0 comments on commit 5c17e23

Please sign in to comment.