UI: use single column properties for object data
patch by @billreynish w/ minor edits
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user