UI: Offset checkbox in the Outliner filter popover

Aligned with the other checkboxes
This commit is contained in:
William Reynish 2019-05-06 20:54:35 +02:00
parent 0f064144f3
commit df1d990b68
1 changed files with 3 additions and 1 deletions

View File

@ -366,7 +366,9 @@ class OUTLINER_PT_filter(Panel):
bpy.data.fonts or
bpy.data.speakers
):
sub.prop(space, "use_filter_object_others", text="Others")
row = sub.row()
row.label(icon='BLANK1')
row.prop(space, "use_filter_object_others", text="Others")
classes = (