diff options
author | Ellis Kenyo <[email protected]> | 2014-09-22 10:30:05 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-22 10:30:05 +0200 |
commit | 92840d935a0fc478f25e19869702f84f2275b778 (patch) | |
tree | 6a93b112021dfbc015c7f834c3edcb3001ac458b /command/org.mate.panel.applet.command.gschema.xml.in.in | |
parent | 0cead530505e9ee27376258ea52d8192156e99f3 (diff) | |
download | mate-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.in | 5 |
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> |