34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.ukui.menu.settings" path="/">
|
|
<key type="i" name="animation-duration">
|
|
<default>300</default>
|
|
<summary>animation duration</summary>
|
|
<description>Control the duration of animation</description>
|
|
</key>
|
|
<key type="i" name="width">
|
|
<range min="600" max="700"/>
|
|
<default>652</default>
|
|
<summary>width of ukui-menu</summary>
|
|
<description>Control the width of the ukui-menu</description>
|
|
</key>
|
|
<key type="i" name="height">
|
|
<range min="500" max="600"/>
|
|
<default>540</default>
|
|
<summary>height of ukui-menu</summary>
|
|
<description>Control the height of the ukui-menu</description>
|
|
</key>
|
|
<key type="i" name="margin">
|
|
<range min="0" max="50"/>
|
|
<default>8</default>
|
|
<summary>margin of ukui-menu</summary>
|
|
<description>Control the margin of the ukui-menu</description>
|
|
</key>
|
|
<key type="b" name="follow-ukui-panel">
|
|
<default>true</default>
|
|
<summary>follow ukui-panel</summary>
|
|
<description>Control whether to follow the ukui-panel</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|