added setting graph-smooth-curves-enabled
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 10 Sep 2014 14:11:10 +0000 (16:11 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 10 Sep 2014 14:11:10 +0000 (16:11 +0200)
src/psensor.gschema.xml

index 435fd91..b20f16b 100644 (file)
       <description>The interval between refreshs of the graph as
       seconds. It must be greater than 1.</description>
     </key>
+    <key name="graph-smooth-curves-enabled" type="b">
+      <default>false</default>
+      <summary>Whether smooth curves are enabled</summary>
+      <descriptor>Whether curves are drawn using Bezier algorithm
+      for a smoother visual rendering .</descriptor>
+    </key>
     <key name="interface-hide-on-startup" type="b">
       <default>false</default>
       <summary>Whether the graph window is hidden on startup</summary>