diff options
| author | Dawit Alemayehu <[email protected]> | 2012-09-27 17:48:56 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-09-27 17:48:56 -0400 |
| commit | b7a8327c305e3d5bd92bb79889fafc2a75a82adb (patch) | |
| tree | f7c49868126002c9af3bffc044e4985c026405de /src/panels/places/dolphin_placespanelsettings.kcfg | |
| parent | 814611ca366f1abc6cbc31433511a3b619ea0e66 (diff) | |
| parent | 9b01d1bcc1ddeffd3f59cee73341ec440ef6f1e0 (diff) | |
Merge branch '4.9'
Diffstat (limited to 'src/panels/places/dolphin_placespanelsettings.kcfg')
| -rw-r--r-- | src/panels/places/dolphin_placespanelsettings.kcfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/panels/places/dolphin_placespanelsettings.kcfg b/src/panels/places/dolphin_placespanelsettings.kcfg new file mode 100644 index 000000000..b2ef8e574 --- /dev/null +++ b/src/panels/places/dolphin_placespanelsettings.kcfg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"> + <kcfgfile name="dolphinrc"/> + <group name="PlacesPanel"> + <entry name="IconSize" type="Int"> + <label>Size of icons in the Places Panel (-1 means "use the style's small size")</label> + <default>-1</default> + </entry> + </group> +</kcfg> |
