UI: use single column properties for object data

patch by @billreynish w/ minor edits
This commit is contained in:
2018-06-01 18:44:06 +02:00
parent bfe1d0e0dc
commit d18cd768bb
14 changed files with 578 additions and 613 deletions

View File

@@ -157,6 +157,7 @@ class RENDER_PT_dimensions(RenderButtonsPanel, Panel):
col.prop(scene, "frame_step", text="Step")
col = layout.split(percentage=0.5)
col.alignment = 'RIGHT'
col.label(text="Frame Rate")
self.draw_framerate(col, rd)