23 lines
No EOL
660 B
XML
23 lines
No EOL
660 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="pipetap">
|
|
<schema id="io.gitlab.nekocwd.pipetap.adjustments">
|
|
<key name='start-x' type='d'>
|
|
<default>0</default>
|
|
</key>
|
|
<key name='start-y' type='d'>
|
|
<default>0</default>
|
|
</key>
|
|
<key name='end-x' type='d'>
|
|
<default>0</default>
|
|
</key>
|
|
<key name='end-y' type='d'>
|
|
<default>0</default>
|
|
</key>
|
|
<key name='orientation' type='b'>
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
<schema id="io.gitlab.nekocwd.pipetap" path="/io/gitlab/nekocwd/pipetap/">
|
|
<child name="main-controls-pos" schema="io.gitlab.nekocwd.pipetap.adjustments"></child>
|
|
</schema>
|
|
</schemalist> |