* Code cleanup

This commit is contained in:
Thomas Dinges 2011-06-10 21:06:59 +00:00
parent a4aa7abd65
commit 6fb82a85c9

@ -376,8 +376,7 @@ class RENDER_PT_post_processing(RenderButtonsPanel, bpy.types.Panel):
col.prop(rd, "use_compositing") col.prop(rd, "use_compositing")
col.prop(rd, "use_sequencer") col.prop(rd, "use_sequencer")
col = split.column() split.prop(rd, "dither_intensity", text="Dither", slider=True)
col.prop(rd, "dither_intensity", text="Dither", slider=True)
layout.separator() layout.separator()