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
The layout name 3column-middle seems to be unrecognized. The README states:
3Column-Middle
Exactly like 3Column-Left, but the main pane is in the middle, with the other panes on either side. (In previous versions of Amethyst, this layout was known as Middle-Wide.)
and the sample config file includes the comment:
# - middle-wide # The legacy name of "3column-middle"
These imply that middle-wide is not the correct name in the newest stable version of Amethyst (0.21.2), but in fact only middle-wide works as expected, and 3column-middle does not.
To Reproduce
Include - 3column-middle in layouts: in the amethyst.yaml file.
Create a shortcut for select-3column-middle-layout
Describe the bug
The layout name
3column-middle
seems to be unrecognized. The README states:and the sample config file includes the comment:
# - middle-wide # The legacy name of "3column-middle"
These imply that
middle-wide
is not the correct name in the newest stable version of Amethyst (0.21.2), but in fact onlymiddle-wide
works as expected, and3column-middle
does not.To Reproduce
- 3column-middle
inlayouts:
in theamethyst.yaml
file.select-3column-middle-layout
Expected behavior
The 3Column-Middle layout should be selected
Actual behavior
Nothing happens
Versions:
Debug Info
Thanks!
The text was updated successfully, but these errors were encountered: