You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the “auto/1 column/2 columns” setting is not reacting to what is really happening in the logic. Mainly:
it is not disabled for conditions where it can’t be used e.g. the window’s width is not large enough based on the minimum line-length set in preferences;
it isn’t updated dynamically based on the minimum line-length logic when set – switching from 1 to 2 columns, and back – when resizing the window/changing font-size.
The text was updated successfully, but these errors were encountered:
At the moment the “auto/1 column/2 columns” setting is not reacting to what is really happening in the logic. Mainly:
disabled
for conditions where it can’t be used e.g. the window’s width is not large enough based on the minimum line-length set in preferences;The text was updated successfully, but these errors were encountered: