[Bf-blender-cvs] [7229f9a99e8] modifier-panels-ui: Make buttons in constraint headers extpand to full layout width

Julian Eisel noreply at git.blender.org
Tue Apr 21 12:32:58 CEST 2020


Commit: 7229f9a99e8b6700de657fa979280489be126a2d
Author: Julian Eisel
Date:   Tue Apr 21 12:32:36 2020 +0200
Branches: modifier-panels-ui
https://developer.blender.org/rB7229f9a99e8b6700de657fa979280489be126a2d

Make buttons in constraint headers extpand to full layout width

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

M	release/scripts/addons
M	release/scripts/startup/bl_ui/properties_constraint.py

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

diff --git a/release/scripts/addons b/release/scripts/addons
index ab7daecbb2d..0bca9c97e1e 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit ab7daecbb2dfe5fe8b0110bb92cd195d98c29649
+Subproject commit 0bca9c97e1e01c3da9558828567a2be3db51d0f6
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 536d5be5e57..347d5abbb9a 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -63,7 +63,7 @@ class ConstraintButtonsPanel(Panel):
     bl_region_type = 'WINDOW'
     bl_label = ""
     bl_context = "constraint"
-    bl_options = {'LIST'}
+    bl_options = {'LIST', 'HEADER_LAYOUT_EXPAND'}
 
     @staticmethod
     def draw_influence(layout, con):



More information about the Bf-blender-cvs mailing list