┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphin_searchsettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-04-25 02:16:35 +0200
committerPeter Penz <[email protected]>2012-04-25 02:20:25 +0200
commit67f58d5082cbab3a1a4a83926e77ade299ec07ea (patch)
tree4cb2171bb8ccf0cab7a4d4361836def5fb82ee44 /src/search/dolphin_searchsettings.kcfg
parentd9de39172033c28b8f9a7c1573130cf2124b4f7a (diff)
Fix search-UI issues in combination with the new places entries
The places-entries for searching revealed some serious issues in combination with the search-panel. Move the filtering away from QDockWidget and bring it back below the search-bar.
Diffstat (limited to 'src/search/dolphin_searchsettings.kcfg')
-rw-r--r--src/search/dolphin_searchsettings.kcfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/dolphin_searchsettings.kcfg b/src/search/dolphin_searchsettings.kcfg
index 1acebf874..81190d29e 100644
--- a/src/search/dolphin_searchsettings.kcfg
+++ b/src/search/dolphin_searchsettings.kcfg
@@ -14,5 +14,9 @@
<label>What</label>
<default>FileName</default>
</entry>
+ <entry name="ShowFacetsWidget" type="Bool">
+ <label>Show facets widget</label>
+ <default>false</default>
+ </entry>
</group>
</kcfg>