[Bf-blender-cvs] [bb376c6693e] master: Ammend last commit: add missing align for row props

Aaron Carlisle noreply at git.blender.org
Thu May 11 05:53:29 CEST 2017


Commit: bb376c6693e9ba082d973b8fdd7716c0eb156604
Author: Aaron Carlisle
Date:   Wed May 10 00:13:54 2017 -0400
Branches: master
https://developer.blender.org/rBbb376c6693e9ba082d973b8fdd7716c0eb156604

Ammend last commit: add missing align for row props

===================================================================

M	release/scripts/startup/bl_ui/space_sequencer.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index e03c41a7ad9..091ad89bc21 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -717,7 +717,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
             col.prop(strip, "align_x")
             col.prop(strip, "align_y")
             col.label("Location")
-            row = col.row()
+            row = col.row(align=True)
             row.prop(strip, "location", text="")
             col.prop(strip, "wrap_width")
             layout.operator("sequencer.export_subtitles")




More information about the Bf-blender-cvs mailing list