some docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-06-21 02:13:20 +03:00
parent f0f972ae12
commit f5c35ebc7e

View File

@ -260,9 +260,7 @@ var SingleImageActions = actions.Actions({
setNormalScale: ['Zoom/Set normal size to current',
function(){ this.config['fit-normal-scale'] = this.screenfit }],
// XXX should we prevent setting sizes out of order???
// ...i.e. key 8 sets bigger size than key 2
fitCustom: ['- Zoom/',
fitCustom: ['- Zoom/Show cusotm size image',
function(n){
if(n == null){
return
@ -276,7 +274,7 @@ var SingleImageActions = actions.Actions({
this.screenfit = s
}],
setCustomSize: ['- Zoom/',
setCustomSize: ['- Zoom/Set image cusotm size',
function(n){
if(n == null){
return