Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of SlabsLayout - A simple stacked layout for vertical monitors #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jxddk
Copy link

@jxddk jxddk commented Aug 21, 2022

Summary

This pull request implements a new layout called "SlabsLayout". "Slabs" stacks up to 3 windows bottom-to-top (ideal for vertically-rotated monitors). It shares the available space equally between windows; if there are more than 2 windows, the master window will be given 50% more than the others.

Breaking Changes

None!

UI Changes

Adds icon:

And setting:

Test Plan

  1. Build and Reload
  2. Enable and activate Slabs Layout
  3. Ensure that the outcome is as expected.

Related Issues

Closes #397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Vertical Layout for portrait setup
1 participant