Changing some slate.js commands
This commit is contained in:
parent
73d4724a45
commit
cff2e20dc8
1 changed files with 1 additions and 1 deletions
2
slate.js
2
slate.js
|
|
@ -5,7 +5,7 @@ var pushLeftHalf = slate.operation("push", {
|
|||
|
||||
var pushLeftThird = slate.operation("push", {
|
||||
"direction" : "left",
|
||||
"style" : "bar-resize:screenSizeX/3"
|
||||
"style" : "bar-resize:2 * screenSizeX/3"
|
||||
});
|
||||
|
||||
var pushRightHalf = slate.operation("push", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue