From edde747468a31cb33a79a8935ba3c24a35bccb65 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 14 May 2017 14:50:53 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 312babc0..1ac6eb55 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1322,19 +1322,22 @@ var BrowseActionsActions = actions.Actions({ })], // XXX is this the right way to go??? - about: ['Help/About...', + about: ['Help/$About...', {'dialogTitle': 'ImageGrid.Viewer'}, makeUIDialog(function(path, options){ return browse.makeList( null, [ + // XXX add basic description (About)... + // XXX get this from package.json... ['Version:', '4.0.0a'], - - // XXX build date... + // XXX + ['Build:', '-'], '---', + // XXX load the license file... ['License:', 'Pre Release'], // XXX include other lib list and license info... @@ -1476,7 +1479,7 @@ var ButtonsActions = actions.Actions({ makeButtonControlsToggler('secondary-buttons')], toggleAppButtons: ['Interface/App buttons', makeButtonControlsToggler('app-buttons')], - toggleSideButtons: ['Interface/Side buttons', + toggleSideButtons: ['Interface/Touch buttons', (function(){ var left = makeButtonControlsToggler('side-buttons-left') var right = makeButtonControlsToggler('side-buttons-right')