mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
some docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f0f972ae12
commit
f5c35ebc7e
@ -260,9 +260,7 @@ var SingleImageActions = actions.Actions({
|
|||||||
setNormalScale: ['Zoom/Set normal size to current',
|
setNormalScale: ['Zoom/Set normal size to current',
|
||||||
function(){ this.config['fit-normal-scale'] = this.screenfit }],
|
function(){ this.config['fit-normal-scale'] = this.screenfit }],
|
||||||
|
|
||||||
// XXX should we prevent setting sizes out of order???
|
fitCustom: ['- Zoom/Show cusotm size image',
|
||||||
// ...i.e. key 8 sets bigger size than key 2
|
|
||||||
fitCustom: ['- Zoom/',
|
|
||||||
function(n){
|
function(n){
|
||||||
if(n == null){
|
if(n == null){
|
||||||
return
|
return
|
||||||
@ -276,7 +274,7 @@ var SingleImageActions = actions.Actions({
|
|||||||
|
|
||||||
this.screenfit = s
|
this.screenfit = s
|
||||||
}],
|
}],
|
||||||
setCustomSize: ['- Zoom/',
|
setCustomSize: ['- Zoom/Set image cusotm size',
|
||||||
function(n){
|
function(n){
|
||||||
if(n == null){
|
if(n == null){
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user