~ubuntu-branches/debian/sid/geogebra/sid

« back to all changes in this revision

Viewing changes to geogebra/main/default-preferences.xml

  • Committer: Package Import Robot
  • Author(s): Giovanni Mascellani
  • Date: 2012-01-10 11:37:41 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120110113741-satwohsd4de4ite1
Tags: 4.0.19.0+dfsg1-1
* New upstream version (closes: #649893).
* Update dependency: icedtea-plugin -> icedtea-netx-common (LP: #893007).
* New thumbnailer configuration compatible with Gnome 3.
* Package building is now managed by javahelper instead of upstream
  build.xml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<geogebra format="4.0" xsi:noNamespaceSchemaLocation="http://www.geogebra.org/ggb.xsd" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
3
<gui>
 
4
        <window width="800" height="600" />
 
5
        <settings ignoreDocument="false" showTitleBar="true" />
 
6
        <labelingStyle  val="3"/>
 
7
        <mouse reverseWheel="false"/>
 
8
        <font  size="12"/>
 
9
</gui>
 
10
<euclidianView>
 
11
        <size  width="640" height="480"/>
 
12
        <coordSystem xZero="215.0" yZero="315.0" scale="50.0" yscale="50.0"/>
 
13
        <evSettings axes="true" grid="false" gridIsBold="false" pointCapturing="3" rightAngleStyle="2" checkboxSize="13" gridType="0"/>
 
14
        <bgColor r="255" g="255" b="255"/>
 
15
        <axesColor r="0" g="0" b="0"/>
 
16
        <gridColor r="192" g="192" b="192"/>
 
17
        <lineStyle axes="1" grid="10"/>
 
18
        <axis id="0" show="true" label="" unitLabel="" tickStyle="1" showNumbers="true" axisCross="0.0" positiveAxis="false"/>
 
19
        <axis id="1" show="true" label="" unitLabel="" tickStyle="1" showNumbers="true" axisCross="0.0" positiveAxis="false"/>
 
20
</euclidianView>
 
21
<kernel>
 
22
        <continuous val="false"/>
 
23
        <decimals val="2"/>
 
24
        <angleUnit val="degree"/>
 
25
        <algebraStyle val="0"/>
 
26
        <coordStyle val="0"/>
 
27
</kernel>
 
28
<scripting blocked="false"/>
 
29
</geogebra>
 
 
b'\\ No newline at end of file'