diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 19:09:02 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 19:09:02 +0000 |
commit | 543070c95bb1fdf4161bd3f02101d2ab511dcbd1 (patch) | |
tree | 68e10890a079125c9fe0d39e13ced48bd8598c5b | |
parent | 8103e0b3cee8745ed0ed15e3794ea42538ac44a0 (diff) | |
download | tdebase-543070c95bb1fdf4161bd3f02101d2ab511dcbd1.tar.gz tdebase-543070c95bb1fdf4161bd3f02101d2ab511dcbd1.zip |
Change desktop defaults to be more intuitive
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177210 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdesktop/kdesktop.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index a2f23dfaf..31ac91126 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -56,12 +56,12 @@ <!-- if (!config->readBoolEntry("CopyDesktopLinks", true)) --> </entry> <entry key="AutoLineUpIcons" type="Bool"> - <default>false</default> + <default>true</default> <label>Automatically line up icons</label> <whatsthis>Check this option if you want to see your icons automatically aligned to the grid when you move them.</whatsthis> </entry> <entry key="SortDirectoriesFirst" type="Bool"> - <default>true</default> + <default>false</default> <label>Sort directories first</label> <whatsthis></whatsthis> <!-- krootwm.cc:251 --> |