Fix: UI Pie Menu Official addon preferences layout

This commit is contained in:
Aleksandr Zinovev 2017-01-18 14:45:42 +03:00
parent f20cd1211e
commit 79a852146b
1 changed files with 0 additions and 1 deletions

View File

@ -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