mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0f2aab4da3
commit
edde747468
@ -1322,19 +1322,22 @@ var BrowseActionsActions = actions.Actions({
|
|||||||
})],
|
})],
|
||||||
|
|
||||||
// XXX is this the right way to go???
|
// XXX is this the right way to go???
|
||||||
about: ['Help/About...',
|
about: ['Help/$About...',
|
||||||
{'dialogTitle': 'ImageGrid.Viewer'},
|
{'dialogTitle': 'ImageGrid.Viewer'},
|
||||||
makeUIDialog(function(path, options){
|
makeUIDialog(function(path, options){
|
||||||
return browse.makeList(
|
return browse.makeList(
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
// XXX add basic description (About)...
|
||||||
|
|
||||||
// XXX get this from package.json...
|
// XXX get this from package.json...
|
||||||
['Version:', '4.0.0a'],
|
['Version:', '4.0.0a'],
|
||||||
|
// XXX
|
||||||
// XXX build date...
|
['Build:', '-'],
|
||||||
|
|
||||||
'---',
|
'---',
|
||||||
|
|
||||||
|
// XXX load the license file...
|
||||||
['License:', 'Pre Release'],
|
['License:', 'Pre Release'],
|
||||||
|
|
||||||
// XXX include other lib list and license info...
|
// XXX include other lib list and license info...
|
||||||
@ -1476,7 +1479,7 @@ var ButtonsActions = actions.Actions({
|
|||||||
makeButtonControlsToggler('secondary-buttons')],
|
makeButtonControlsToggler('secondary-buttons')],
|
||||||
toggleAppButtons: ['Interface/App buttons',
|
toggleAppButtons: ['Interface/App buttons',
|
||||||
makeButtonControlsToggler('app-buttons')],
|
makeButtonControlsToggler('app-buttons')],
|
||||||
toggleSideButtons: ['Interface/Side buttons',
|
toggleSideButtons: ['Interface/Touch buttons',
|
||||||
(function(){
|
(function(){
|
||||||
var left = makeButtonControlsToggler('side-buttons-left')
|
var left = makeButtonControlsToggler('side-buttons-left')
|
||||||
var right = makeButtonControlsToggler('side-buttons-right')
|
var right = makeButtonControlsToggler('side-buttons-right')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user