diff options
author | Mavridis Philippe <[email protected]> | 2021-03-05 15:34:53 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-30 22:44:39 +0900 |
commit | e462d99db6350ca0811900e714b78b48d04ab650 (patch) | |
tree | 451472f6dc9fb5879055ad9b82368027998d85c0 /kdesktop/kdesktop.kcfg | |
parent | 3c1547635df0c6eb61a9693af90143d0cf04f79c (diff) | |
download | tdebase-e462d99db6350ca0811900e714b78b48d04ab650.tar.gz tdebase-e462d99db6350ca0811900e714b78b48d04ab650.zip |
KDesktop: customizable icon spacing.
This commit introduces changes to KDesktop which allow for a custom
icon spacing option, some new controls into the Desktop Behaviour
module of KControl, as well as the KDesktop Ctrl+Mouse Scroll binding
to manipulate the icon spacing.
This commit depends on a previous (minor) change in LibKonq.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 94b98729138c6948c1e4fdbb1e0552f85783f263)
Diffstat (limited to 'kdesktop/kdesktop.kcfg')
-rw-r--r-- | kdesktop/kdesktop.kcfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index 5df427c71..71e008562 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -155,6 +155,16 @@ <label>Align direction</label> <whatsthis>If this is enabled, icons are aligned vertically, otherwise horizontally.</whatsthis> </entry> + <entry key="IconSpacing" type="Int"> + <default>5</default> + <label>Icon spacing</label> + <whatsthis><p>This is the minimal distance (in pixels) between the icons on your desktop.</p></whatsthis> + </entry> + <entry key="SpacingCtrlScroll" type="Bool"> + <default>false</default> + <label>Change spacing by Ctrl+Mouse Scroll</label> + <whatsthis><p>If this is enabled, you can change desktop icon spacing by pressing Ctrl and scrolling on the desktop background.</p></whatsthis> + </entry> <entry key="Preview" type="StringList"> <default></default> <label>Show Icon Previews For</label> |