2.5 UI Files:

* Code cleanup after Pepper merge.
This commit is contained in:
Thomas Dinges
2011-08-30 10:44:02 +00:00
parent 947d4a654b
commit 6c9ee34dd8
5 changed files with 7 additions and 20 deletions

View File

@@ -592,12 +592,9 @@ class RENDER_PT_encoding(RenderButtonsPanel, Panel):
if rd.ffmpeg_format not in {'MP3'}:
layout.prop(rd, "ffmpeg_audio_codec", text="Audio Codec")
split = layout.split()
col = split.column()
col.prop(rd, "ffmpeg_audio_bitrate")
col = split.column()
col.prop(rd, "ffmpeg_audio_volume", slider=True)
row = layout.row()
row.prop(rd, "ffmpeg_audio_bitrate")
row.prop(rd, "ffmpeg_audio_volume", slider=True)
class RENDER_PT_bake(RenderButtonsPanel, Panel):