Created
May 13, 2015 14:09
-
-
Save cranst0n/373877ab60427942ddff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": "view", | |
"children": [{ | |
"id": "layout", | |
"children": [{ | |
"command": "set_layout", | |
"caption" : "Custom: 3 Pane", | |
"mnemonic": "C", | |
"args": { | |
"cols": [0.0, 0.5, 1.0], | |
"rows": [0.0, 0.7, 1.0], | |
"cells": [ | |
[0, 0, 1, 1], | |
[1, 0, 2, 1], | |
[0, 1, 2, 2] | |
] | |
} | |
}] | |
}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment