summaryrefslogtreecommitdiff
path: root/mate-panel/panel-object.schemas.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-13 19:09:31 +0200
committerStefano Karapetsas <[email protected]>2012-05-13 19:09:31 +0200
commit656540dac716816bbc906b373d6ff6e488e536bd (patch)
treea18a807d6d41283dfc82d3513e8518624335f3fa /mate-panel/panel-object.schemas.in
parent69769af51fe3f072bfd2612a27afc095eb67384f (diff)
downloadmate-panel-656540dac716816bbc906b373d6ff6e488e536bd.tar.bz2
mate-panel-656540dac716816bbc906b373d6ff6e488e536bd.tar.xz
add option to hide arrow in menu button
https://github.com/mate-desktop/mate-panel/issues/24 https://bugzilla.gnome.org/show_bug.cgi?id=598196 patch by Damir Gilyazov
Diffstat (limited to 'mate-panel/panel-object.schemas.in')
-rw-r--r--mate-panel/panel-object.schemas.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/mate-panel/panel-object.schemas.in b/mate-panel/panel-object.schemas.in
index 7bc2d34f..cf73c6cc 100644
--- a/mate-panel/panel-object.schemas.in
+++ b/mate-panel/panel-object.schemas.in
@@ -209,6 +209,20 @@
</long>
</locale>
</schema>
+
+ <schema>
+ <key>/schemas/apps/panel/objects/has_arrow</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Draw arrow in menu button</short>
+ <long>
+ If true, an arrow is drawn over the menu button icon. If
+ false, menu button has only the icon.
+ </long>
+ </locale>
+ </schema>
<!-- Applies to launchers -->