Layout Separator does let you dictate a larger gap

Great stuff. Just FYI you can tell the layout.separator to make a larger gap if you want more space than the little that comes by default. Just change the factor to a higher value like 2.0 or 3.0


From the python api:

separator(*, factor=1.0, type='AUTO')

  • 💡
2 loves
Reply
  • Wayne Dixon replied

    Wait what?
    I've just been adding 2 of them haha.

    2 loves
  • Dwayne Savage(dillenbata3) replied

    Just a note: if you use column(align=True) the factor doesn't work unless it's high enough and that depends on your current resolution. Greater than 1.6 on a 1920x1080 display resolution if I remember correctly. 

    1 love
  • Wayne Dixon replied

    Well that explains why setting it to 1.5 didn't do anything. (hence me always adding 2 of them when needed)

    1 love