Skip to content

Commit

Permalink
Elements: Text cutoff with gradient (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Oct 22, 2024
1 parent c28b61c commit 1cd1035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/templates/global-elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</property>
<property id="useGradient" type="checkbox">
<title>Use gradient for the text?</title>
<helpText>Gradients work well with most fonts. If you use a custom font please ensure you test the Layout on your player.</helpText>
<default>0</default>
</property>
<property id="gradient" type="colorGradient">
Expand Down Expand Up @@ -334,6 +335,7 @@ if(properties.fitToArea) {
</property>
<property id="useGradient" type="checkbox">
<title>Use gradient for the text?</title>
<helpText>Gradients work well with most fonts. If you use a custom font please ensure you test the Layout on your player.</helpText>
<default>0</default>
</property>
<property id="gradient" type="colorGradient">
Expand Down Expand Up @@ -632,6 +634,7 @@ $(target).find('.date').each(function(_idx, dateEl){
</property>
<property id="useGradient" type="checkbox">
<title>Use gradient for the text?</title>
<helpText>Gradients work well with most fonts. If you use a custom font please ensure you test the Layout on your player.</helpText>
<default>0</default>
</property>
<property id="gradient" type="colorGradient">
Expand Down

0 comments on commit 1cd1035

Please sign in to comment.