From 7ae187c5d4964be3106420e74dc334dc44df902c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Oct 2019 06:13:32 +1100 Subject: UI: make color strip 'Only Boost' readable in glow panel D6115 by @tintwotin --- release/scripts/startup/bl_ui/space_sequencer.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py index f482b05ddd7..fc7afe10f20 100644 --- a/release/scripts/startup/bl_ui/space_sequencer.py +++ b/release/scripts/startup/bl_ui/space_sequencer.py @@ -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") -- cgit v1.2.3