diff options
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in.in')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 7abcd11..39f4f09 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -287,6 +287,14 @@ <default>true</default> <_summary>Show process 'Waiting Channel' column on startup</_summary> </key> + <key name="col-17-width" type="i"> + <default>48</default> + <_summary>Width of process 'Control Group' column</_summary> + </key> + <key name="col-17-visible" type="b"> + <default>false</default> + <_summary>Show process 'Control Group' column on startup</_summary> + </key> </schema> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.system-monitor.disktreenew" path="/org/mate/system-monitor/disktreenew/"> <key name="sort-col" type="i"> |