[Bf-extensions-cvs] [79a8521] master: Fix: UI Pie Menu Official addon preferences layout

raa noreply at git.blender.org
Wed Jan 18 12:47:50 CET 2017


Commit: 79a852146ba14261a5ae584e512595d858119870
Author: raa
Date:   Wed Jan 18 14:45:42 2017 +0300
Branches: master
https://developer.blender.org/rBA79a852146ba14261a5ae584e512595d858119870

Fix: UI Pie Menu Official addon preferences layout

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

M	pie_menus_official/__init__.py

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

diff --git a/pie_menus_official/__init__.py b/pie_menus_official/__init__.py
index 4c6d908..bd70a8e 100644
--- a/pie_menus_official/__init__.py
+++ b/pie_menus_official/__init__.py
@@ -124,7 +124,6 @@ class UIToolsPreferences(AddonPreferences):
             row = col.row()
             sub = row.row()
             sub.context_pointer_set('addon_prefs', self)
-            sub.alignment = 'LEFT'
             op = sub.operator('wm.context_toggle', text='', icon=icon,
                               emboss=False)
             op.data_path = 'addon_prefs.show_expanded_' + mod_name



More information about the Bf-extensions-cvs mailing list