mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
863064c5c0
commit
4617fe512b
@ -860,8 +860,16 @@ var FileSystemLoaderUIActions = actions.Actions({
|
|||||||
showNonTraversable: true,
|
showNonTraversable: true,
|
||||||
showDisabled: true,
|
showDisabled: true,
|
||||||
|
|
||||||
|
//actionButton: '⋯', // down then left arrow (long)
|
||||||
|
//actionButton: '⮠', // down then left arrow (long)
|
||||||
|
//actionButton: '▹', // right-pointing white triangle
|
||||||
|
//actionButton: '◹', // ne white triangle
|
||||||
|
//actionButton: '↗', // ne arrow
|
||||||
|
//actionButton: '⮣', // up then right arrow
|
||||||
|
//actionButton: '»', // right-pointing double angle
|
||||||
|
// quotation mark
|
||||||
// XXX not sure about this...
|
// XXX not sure about this...
|
||||||
actionButton: '📂',
|
//actionButton: '📂', // folder icon (color)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -296,8 +296,18 @@ WalkPrototype.options = {
|
|||||||
|
|
||||||
sortTraversable: 'first',
|
sortTraversable: 'first',
|
||||||
|
|
||||||
//actionButton: '⋯',
|
//actionButton: '⋯', // "..."
|
||||||
actionButton: '⊙',
|
//actionButton: '⊙', // circle with dot
|
||||||
|
actionButton: '⮠', // down then left arrow (long)
|
||||||
|
//actionButton: '▹', // right-pointing white triangle
|
||||||
|
//actionButton: '◹', // ne white triangle
|
||||||
|
//actionButton: '↗', // ne arrow
|
||||||
|
//actionButton: '⮣', // up then right arrow
|
||||||
|
//actionButton: '»', // right-pointing double angle
|
||||||
|
// quotation mark
|
||||||
|
// XXX not sure about this...
|
||||||
|
//actionButton: '📂', // folder icon (color)
|
||||||
|
|
||||||
pushButton: false,
|
pushButton: false,
|
||||||
|
|
||||||
list: listDir,
|
list: listDir,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user