summaryrefslogtreecommitdiff
path: root/data/org.mate.panel.object.gschema.xml.in
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-01-28 02:55:04 +0100
committerraveit65 <[email protected]>2024-02-04 18:37:58 +0100
commitf98be9734446e1b620312b69dc8fa8ed0f0997d9 (patch)
tree7f5517a0bb57398952f06120b81e26053870a1da /data/org.mate.panel.object.gschema.xml.in
parent53bfbaac0c874932503d3481a91ed96476212682 (diff)
downloadmate-panel-f98be9734446e1b620312b69dc8fa8ed0f0997d9.tar.bz2
mate-panel-f98be9734446e1b620312b69dc8fa8ed0f0997d9.tar.xz
Revert "Add "center-stick" capability applets on the panel"
This reverts commit 38e00280e9d17282717595a05411736a308804c0.
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>