Simple UI script fix, wanted to check... works all nice. :)
For ui scripters: keep track of alignment flags!

("Border" button was aligned with above button)
This commit is contained in:
Ton Roosendaal 2009-05-21 17:41:13 +00:00
parent 34498f3870
commit c056b22a14

@ -155,7 +155,7 @@ class RENDER_PT_dimensions(RenderButtonsPanel):
sub.itemR(rd, "pixel_aspect_x", text="X")
sub.itemR(rd, "pixel_aspect_y", text="Y")
sub = col.column()
sub = col.column(align=False)
sub.itemR(rd, "border", text="Border")
if rd.border:
sub.itemR(rd, "crop_to_border")