summaryrefslogtreecommitdiff
path: root/command/org.mate.panel.applet.command.gschema.xml.in.in
diff options
context:
space:
mode:
authorEllis Kenyo <[email protected]>2014-09-22 10:30:05 +0200
committerStefano Karapetsas <[email protected]>2014-09-22 10:30:05 +0200
commit92840d935a0fc478f25e19869702f84f2275b778 (patch)
tree6a93b112021dfbc015c7f834c3edcb3001ac458b /command/org.mate.panel.applet.command.gschema.xml.in.in
parent0cead530505e9ee27376258ea52d8192156e99f3 (diff)
downloadmate-applets-92840d935a0fc478f25e19869702f84f2275b778.tar.bz2
mate-applets-92840d935a0fc478f25e19869702f84f2275b778.tar.xz
command: Added width adjustment for command output
Diffstat (limited to 'command/org.mate.panel.applet.command.gschema.xml.in.in')
-rw-r--r--command/org.mate.panel.applet.command.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/command/org.mate.panel.applet.command.gschema.xml.in.in b/command/org.mate.panel.applet.command.gschema.xml.in.in
index 1c99a0bb..f5d61479 100644
--- a/command/org.mate.panel.applet.command.gschema.xml.in.in
+++ b/command/org.mate.panel.applet.command.gschema.xml.in.in
@@ -10,6 +10,11 @@
<_summary>Interval for the command</_summary>
<_description>Interval to execute the command (in seconds)</_description>
</key>
+ <key name="width" type="i">
+ <default>60</default>
+ <_summary>Width of output</_summary>
+ <_description>Number of characters to display</_description>
+ </key>
<key name="show-icon" type="b">
<default>false</default>
<_summary>Show icon</_summary>