diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-05 15:34:53 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-03-30 16:39:25 +0300 |
commit | 94b98729138c6948c1e4fdbb1e0552f85783f263 (patch) | |
tree | 5e0b741dc58c987c5468c750d80f6e14d20cafcb /kdesktop/kdesktop.kcfg | |
parent | f06c728734b0102b131395f297de60877d4d0a66 (diff) | |
download | tdebase-94b98729138c6948c1e4fdbb1e0552f85783f263.tar.gz tdebase-94b98729138c6948c1e4fdbb1e0552f85783f263.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 <mavridisf@gmail.com>
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> |