From f5c35ebc7eda521b6d8f3782705f19b3807cf38e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 21 Jun 2016 02:13:20 +0300 Subject: [PATCH] some docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-single-image.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/features/ui-single-image.js b/ui (gen4)/features/ui-single-image.js index fc819662..6e5b03d8 100755 --- a/ui (gen4)/features/ui-single-image.js +++ b/ui (gen4)/features/ui-single-image.js @@ -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