dock: fix documentation and default value of hide-effect

In 3.2, the default hide effect is move, so make it the default
for 3.3 as well. Also, update the docs for this new value.
This commit is contained in:
Giovanni Campagna
2011-12-19 16:33:30 +01:00
parent e9919240c9
commit fe052f0e69
@@ -25,9 +25,9 @@
<_summary>Enable/disable autohide</_summary>
</key>
<key name="hide-effect" enum="org.gnome.shell.extensions.dock.AutoHideEffect">
<default>'resize'</default>
<default>'move'</default>
<_summary>Autohide effect</_summary>
<_description>Sets the effect of the hide dock. Allowed values are 'resize' or 'rescale'</_description>
<_description>Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' and 'move'</_description>
</key>
<key name="hide-effect-duration" type="d">
<default>0.3</default>