Cleanup: pep8 (indentation, spacing, long lines)
This commit is contained in:
@@ -177,7 +177,7 @@ class TEXT_PT_find(Panel):
|
||||
|
||||
row = col.row(align=True)
|
||||
row.operator("text.replace")
|
||||
row.operator("text.replace", text = "Replace all").all = True
|
||||
row.operator("text.replace", text="Replace all").all = True
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user