diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2007-12-23 01:53:56 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@windu.lyngstol.net> | 2007-12-23 01:53:56 +0100 |
commit | 6d9eca59e8c1c8d90eba061e6a93180479179ac0 (patch) | |
tree | 72c812a6a137555a100adc4da6c3f211cfac70fb /shelf.xml.in | |
parent | af6e14fe1c376c666701dcf9a686d27e18733631 (diff) | |
download | shelf-6d9eca59e8c1c8d90eba061e6a93180479179ac0.tar.gz shelf-6d9eca59e8c1c8d90eba061e6a93180479179ac0.tar.bz2 |
Reasonable default and max values in XML data
Diffstat (limited to 'shelf.xml.in')
-rw-r--r-- | shelf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shelf.xml.in b/shelf.xml.in index 4d6246f..130beeb 100644 --- a/shelf.xml.in +++ b/shelf.xml.in @@ -26,7 +26,7 @@ <option name="animtime" type="int"> <_short>Animation duration</_short> <_long> Duration of the animation in milliseconds. </_long> - <default>50</default> + <default>150</default> <min>1</min> <max>10000</max> </option> @@ -35,7 +35,7 @@ <_long> The number to divide the scale factor by or multiply it with when (respectively) increasing and decreasing the scale level manually. Higher number means finer changes. </_long> <default>0.9</default> <min>0.100</min> - <max>9.999</max> + <max>0.999</max> <precision>0.001</precision> </option> </display> |