UI: No decorators on render engine picker

This commit is contained in:
Pablo Vazquez 2018-06-18 12:41:31 +02:00
parent 324e10e76a
commit c655c65987
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class RENDER_PT_context(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
scene = context.scene
rd = scene.render