UI: make color strip 'Only Boost' readable in glow panel

D6115 by @tintwotin
This commit is contained in:
Campbell Barton 2019-10-30 06:13:32 +11:00
parent cff00f6b04
commit 7ae187c5d4
1 changed files with 2 additions and 4 deletions

View File

@ -1003,10 +1003,8 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
flow.prop(strip, "clamp", slider=True)
flow.prop(strip, "boost_factor")
flow.prop(strip, "blur_radius")
row = layout.row()
row.prop(strip, "quality", slider=True)
row.prop(strip, "use_only_boost")
flow.prop(strip, "quality", slider=True)
flow.prop(strip, "use_only_boost")
elif strip_type == 'SPEED':
layout.prop(strip, "use_default_fade", text="Stretch to input strip length")