Cleanup: style

This commit is contained in:
Campbell Barton
2018-12-20 13:01:40 +11:00
parent 5921656655
commit e71d489254
16 changed files with 44 additions and 31 deletions

View File

@@ -615,7 +615,6 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
layout.separator()
col = layout.column()
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=False)
col.label(text="Textures:")
@@ -635,7 +634,6 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
col.prop(md, "offset_u")
col.prop(md, "offset_v")
def MULTIRES(self, layout, ob, md):
layout.row().prop(md, "subdivision_type", expand=True)