Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-10-29 22:13:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-29 22:13:32 +0300
commit7ae187c5d4964be3106420e74dc334dc44df902c (patch)
tree8f27eec6e355e6064a98bfe8fad78c30a3ed9135 /release
parentcff00f6b041efe14e27ef12dc1c0636547d45b39 (diff)
UI: make color strip 'Only Boost' readable in glow panel
D6115 by @tintwotin
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py6
1 files changed, 2 insertions, 4 deletions
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")