diff options
| author | Kevin Ottens <[email protected]> | 2006-11-29 18:09:26 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-29 18:09:26 +0000 |
| commit | b1d5b6b7467d15417131c8df8fdecb22b2008db4 (patch) | |
| tree | 119882f5616809a57eb9b81621dc6361a97ed282 /src/sidebarsettings.kcfg | |
| parent | 91c5f52d87c7af2412b5935095df1f90d6eb4a04 (diff) | |
Get ride of the sidebar and use dockwidgets instead.
Default is now three panes, but the dockwidgets can be stacked, etc. to
the user convenience.
There's a slight loss in feature since I disabled dockwidgets hiding,
it's simply because some rework is still needed in kdelibs and Qt to
make them work correctly.
svn path=/trunk/playground/utils/dolphin/; revision=609186
Diffstat (limited to 'src/sidebarsettings.kcfg')
| -rw-r--r-- | src/sidebarsettings.kcfg | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/sidebarsettings.kcfg b/src/sidebarsettings.kcfg deleted file mode 100644 index e3f72114c..000000000 --- a/src/sidebarsettings.kcfg +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd"> -<kcfg> - <kcfgfile name="dolphinrc"/> - <group name="Sidebar"> - <entry name="SelectedPage" type="String"> - <label>Selected page</label> - <default>Information</default> - </entry> - <entry name="Visible" type="Bool"> - <label>Is the sidebar visible</label> - <default>true</default> - </entry> - <entry name="Width" type="Int"> - <label>Sidebar with</label> - <default>150</default> - </entry> - </group> -</kcfg>
\ No newline at end of file |
