• Gerschel's avatar
    aspect ratio for dim's; sliders adjust by ratio · 5d483bf3
    Gerschel authored
    Default choices added to settings in user interface section
    Choices are editable by user
    
    User selects from dropdown.
    When you move one slider, the other adjusts according to the ratio
    chosen.
    Vice versa for the other slider.
    
    Number fields for changes work as well.
    
    For disabling ratio, an unlock pad "🔓" is available as a default.
    This string can be changed to anything to serve as a disable,
    as long as there is no colon ":".
    
    Ratios are entered in this format, floats or ints with a colon "1:1".
    The string is split at the colon, parses left and right as floats to
    perform the math.
    5d483bf3
shared.py 42.7 KB