From 111a32c1f02f86419c3437015ec255b2ac7a0757 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 18 Aug 2012 15:59:48 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 7 +------ ui/gallery.css | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 0afee2b2..2ae86c7e 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -187,7 +187,6 @@ function showSetup(){ opts_container.append(groups[group_name]) } opts_container.append(groups['Other']) - opts_container.click(function(e){ // update the view... // XXX do we need to redraw the whole thing on each click??? @@ -195,7 +194,6 @@ function showSetup(){ e.preventDefault() return false }) - showInOverlay(opts_container) } @@ -904,7 +902,6 @@ function makeKeyboardHandler(keybindings, unhandled){ /************************************************************ Modes **/ -// XXX is this worth it?? ImageGrid.ACTION({ id: 'toggleSingleImageMode', title: 'Single image mode', @@ -937,7 +934,6 @@ ImageGrid.ACTION({ }) -// XXX is this worth it?? ImageGrid.ACTION({ id: 'toggleSingleRibbonMode', title: 'Single ribbon mode', @@ -955,7 +951,6 @@ ImageGrid.ACTION({ // - will complicate reversing ribbons allot // - add/remove these images on demand // + a tad complicated... -// XXX is this worth it?? ImageGrid.ACTION({ id: 'toggleDisplayShiftedUpImages', title: 'Display shifted up images', @@ -1040,7 +1035,7 @@ ImageGrid.ACTION({ ImageGrid.ACTION({ id: 'toggleControls', - title: 'Keyboard interface', + title: 'Keyboard-oriented interface', doc: 'Toggle Touch/Keyboard UI controls.', group: 'Mode: All', type: 'toggle', diff --git a/ui/gallery.css b/ui/gallery.css index 44166732..28e96a9f 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -96,6 +96,7 @@ position: absolute; right: 20px; bottom: 10px; + /*cursor: hand;*/ }