* Lots of good progress with quote builder... still WIP, but nearly there

This commit is contained in:
Bryan Ashby
2015-09-16 22:31:09 -06:00
parent 20fb54422a
commit 6970e6e2ab
3 changed files with 82 additions and 8 deletions

View File

@@ -471,7 +471,7 @@
"mci" : {
"MT1" : {
"width" : 79,
"height" : 12,
"height" : 14,
"mode" : "preview"
}
},
@@ -621,7 +621,7 @@
mci: {
MT1: {
width: 79
height: 12
height: 14
argName: message
mode: edit
}
@@ -685,6 +685,13 @@
}
]
}
actionKeys: [
{
keys: [ "escape" ]
action: @method:quoteBuilderEscPressed
}
]
}
}
}
@@ -740,7 +747,7 @@
"mci" : {
MT1: {
width: 79
height: 12
height: 14
argName: message
mode: edit
}