summaryrefslogtreecommitdiff
path: root/settings/eu.planete_kraus.Disfluid.gschema.xml.in
blob: f8298babd817f225d43256e386d5311c39d9d73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
  <schema id="eu.planete_kraus.Disfluid@DISFLUID_NIGHTLY_SUFFIX@.State"
          path="/eu/planete_kraus/Disfluid@DISFLUID_NIGHTLY_SUFFIX_SLASH@/State/">
    <key name="width" type="i">
      <default>640</default>
      <summary>Main window width</summary>
      <description>
        Remember the width of the main window last time you closed the
        application.
      </description>
    </key>
    <key name="height" type="i">
      <default>480</default>
      <summary>Main window height</summary>
      <description>
        Remember the height of the main window last time you closed the
        application.
      </description>
    </key>
    <key name="is-maximized" type="b">
      <default>false</default>
      <summary>Whether the main window is maximized</summary>
      <description>
        Remember whether the main window was maximized last time you
        closed the application.
      </description>
    </key>
    <key name="is-fullscreen" type="b">
      <default>false</default>
      <summary>Whether the main window used the whole screen</summary>
      <description>
        Remember whether the main window used the whole screen last
        time you closed the application.
      </description>
    </key>
  </schema>
</schemalist>