summaryrefslogtreecommitdiff
path: root/data/org.mate.panel.object.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.panel.object.gschema.xml.in')
-rw-r--r--data/org.mate.panel.object.gschema.xml.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/data/org.mate.panel.object.gschema.xml.in b/data/org.mate.panel.object.gschema.xml.in
index 441215ad..73656bc5 100644
--- a/data/org.mate.panel.object.gschema.xml.in
+++ b/data/org.mate.panel.object.gschema.xml.in
@@ -17,13 +17,8 @@
</key>
<key name="panel-right-stick" type="b">
<default>false</default>
- <summary>Interpret position relative to bottom/right edge (DEPRECATED)</summary>
- <description>If true, the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel. This key is provided only for backward compatibility with old panel layouts; please set the "relative-to-edge" property instead.</description>
- </key>
- <key name="relative-to-edge" enum="org.mate.panel.PanelObjectEdgeRelativity">
- <default>'start'</default>
- <summary>Whether to interpret the value of the "position" key relative to the start, center or end of the panel</summary>
- <description>The position of the object is interpreted relative to one edge of the panel. The value of this key determines whether the object is positioned relative to the start (left/top edge), center, or end (right/bottom edge) of the panel. Valid values for this key are 'start', 'center', and 'end'.</description>
+ <summary>Interpret position relative to bottom/right edge</summary>
+ <description>If true, the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel.</description>
</key>
<key name="locked" type="b">
<default>false</default>