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

Creating panes under a single broad pane does not work. #26

Closed
travisroberts-sf opened this issue Aug 26, 2020 · 2 comments
Closed

Creating panes under a single broad pane does not work. #26

travisroberts-sf opened this issue Aug 26, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@travisroberts-sf
Copy link

Maybe I'm not going about this the right way, but I've been playing around with this a bit and I can't seem to make it work. Based off of the documented position scheme, I "should" be able to create a row of panes below a single larger one.

Below is the documented example of the small panes arranged vertically next to a full height pane with their corresponding positions:

.--------------------.--------------------.
| 1/1                | 2/1                |
|                    |                    |
|                    |                    |
|                    |                    |
|--------------------|                    |
| 1/2                |                    |
|                    |                    |
|                    |                    |
|                    |                    |
|--------------------|                    |
| 1/3                |                    |
|                    |                    |
|                    |                    |
|                    |                    |
'--------------------'--------------------'

Following that logic I had hoped the following would work but it doesn't see to. It only creates the first pane on the second row and then stops:

.-----------------------------------------.
| 1/1                                     |
|                                         |
|                                         |
|                                         |
|                                         |
|                                         |
|-------------.-------------.-------------.
| 1/2         | 2/2         | 3/2         |
|             |             |             |
|             |             |             |
|             |             |             |
|             |             |             |
|             |             |             |
'-------------'-------------'-------------'

Do I have the positions wrong, or is this a limitation in the program?

@JohnLegrandRichards
Copy link
Collaborator

JohnLegrandRichards commented Aug 26, 2020

See #5

@JohnLegrandRichards JohnLegrandRichards added the duplicate This issue or pull request already exists label Aug 26, 2020
@JohnLegrandRichards
Copy link
Collaborator

Closing issue because it is a duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants