UI: Fix alignment in object type visibility popover

After rBeb911610d05 there are some differences in how the layout code
decides whether to add decorators (aka animation buttons). Whether or
not that logic is correct, it's nice to specify that we don't want them
turned on in this popover.
This commit is contained in:
Hans Goudey 2020-10-07 19:48:45 -05:00
parent 05d637280c
commit 9c8334acc1
1 changed files with 1 additions and 0 deletions

View File

@ -5554,6 +5554,7 @@ class VIEW3D_PT_object_type_visibility(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
view = context.space_data