diff options
author | Colomban Wendling <[email protected]> | 2021-03-23 17:47:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-13 17:46:57 +0200 |
commit | 19791791d66ac55fb6a1cd36aa51c448067081fe (patch) | |
tree | 4d518a26c8a785c7696a21d3662188d42686f5d7 /src/file-manager/fm-actions.h | |
parent | 2149626bef57b8ec1bd3edea537dc4e8e7548d10 (diff) | |
download | caja-19791791d66ac55fb6a1cd36aa51c448067081fe.tar.bz2 caja-19791791d66ac55fb6a1cd36aa51c448067081fe.tar.xz |
icon view: Add a directory setting to block moving icons
This is mostly useful on the desktop (which is the main user of the
free-placement icon view) to be able to lock the layout and avoid
unintentionally moving icons around. Especially useful for less
computer-literate users.
Diffstat (limited to 'src/file-manager/fm-actions.h')
-rw-r--r-- | src/file-manager/fm-actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file-manager/fm-actions.h b/src/file-manager/fm-actions.h index 5d333168..450dec76 100644 --- a/src/file-manager/fm-actions.h +++ b/src/file-manager/fm-actions.h @@ -101,6 +101,7 @@ #define FM_ACTION_REVERSED_ORDER "Reversed Order" #define FM_ACTION_CLEAN_UP "Clean Up" #define FM_ACTION_KEEP_ALIGNED "Keep Aligned" +#define FM_ACTION_LOCK_ICON_POSITION "Lock Icons Position" #define FM_ACTION_ARRANGE_ITEMS "Arrange Items" #define FM_ACTION_STRETCH "Stretch" #define FM_ACTION_UNSTRETCH "Unstretch" |