mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-02 04:10:11 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7dad2dcc53
commit
111a32c1f0
@ -187,7 +187,6 @@ function showSetup(){
|
|||||||
opts_container.append(groups[group_name])
|
opts_container.append(groups[group_name])
|
||||||
}
|
}
|
||||||
opts_container.append(groups['Other'])
|
opts_container.append(groups['Other'])
|
||||||
|
|
||||||
opts_container.click(function(e){
|
opts_container.click(function(e){
|
||||||
// update the view...
|
// update the view...
|
||||||
// XXX do we need to redraw the whole thing on each click???
|
// XXX do we need to redraw the whole thing on each click???
|
||||||
@ -195,7 +194,6 @@ function showSetup(){
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
showInOverlay(opts_container)
|
showInOverlay(opts_container)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -904,7 +902,6 @@ function makeKeyboardHandler(keybindings, unhandled){
|
|||||||
|
|
||||||
/************************************************************ Modes **/
|
/************************************************************ Modes **/
|
||||||
|
|
||||||
// XXX is this worth it??
|
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
id: 'toggleSingleImageMode',
|
id: 'toggleSingleImageMode',
|
||||||
title: 'Single image mode',
|
title: 'Single image mode',
|
||||||
@ -937,7 +934,6 @@ ImageGrid.ACTION({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
// XXX is this worth it??
|
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
id: 'toggleSingleRibbonMode',
|
id: 'toggleSingleRibbonMode',
|
||||||
title: 'Single ribbon mode',
|
title: 'Single ribbon mode',
|
||||||
@ -955,7 +951,6 @@ ImageGrid.ACTION({
|
|||||||
// - will complicate reversing ribbons allot
|
// - will complicate reversing ribbons allot
|
||||||
// - add/remove these images on demand
|
// - add/remove these images on demand
|
||||||
// + a tad complicated...
|
// + a tad complicated...
|
||||||
// XXX is this worth it??
|
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
id: 'toggleDisplayShiftedUpImages',
|
id: 'toggleDisplayShiftedUpImages',
|
||||||
title: 'Display shifted up images',
|
title: 'Display shifted up images',
|
||||||
@ -1040,7 +1035,7 @@ ImageGrid.ACTION({
|
|||||||
|
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
id: 'toggleControls',
|
id: 'toggleControls',
|
||||||
title: 'Keyboard interface',
|
title: 'Keyboard-oriented interface',
|
||||||
doc: 'Toggle Touch/Keyboard UI controls.',
|
doc: 'Toggle Touch/Keyboard UI controls.',
|
||||||
group: 'Mode: All',
|
group: 'Mode: All',
|
||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
|
|||||||
@ -96,6 +96,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
|
/*cursor: hand;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user