]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphin_generalsettings.kcfg
Apply 1 suggestion(s) to 1 file(s)
[dolphin.git] / src / settings / dolphin_generalsettings.kcfg
index c800eadb8f353401e1c54cc3da7d831f4bcd693d..e950099ec2015cd74c9425815e4e38f708562001 100644 (file)
             <label>Use auto-expanding folders for all view types</label>
             <default>false</default>
         </entry>
-        <entry name="ShowStatusBar" type="Bool">
-            <label>Show the statusbar</label>
-            <default>true</default>
+        <entry name="ShowStatusBar" type="Enum">
+            <choices>
+                <choice name="Small" />
+                <choice name="FullWidth" />
+                <choice name="Disabled" />
+            </choices>
+            <label>Statusbar</label>
+            <default>0</default>
             <emit signal="showStatusBarChanged" />
         </entry>
         <entry name="ShowZoomSlider" type="Bool">
             <label>Show zoom slider in the statusbar</label>
-            <default>true</default>
-        </entry>
-        <entry name="ShowSpaceInfo" type="Bool">
-            <label>Show the space information in the statusbar</label>
-            <default>true</default>
+            <default>false</default>
         </entry>
         <entry name="LockPanels" type="Bool">
             <label>Lock the layout of the panels</label>