aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.common.gschema.xml
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-12 01:11:20 +0200
committerRobert Tari <robert@tari.in>2022-09-12 01:11:20 +0200
commitf991bca9d191829f0ec4d5c7eb90e5b7fddde511 (patch)
treed17a8241598bed5658b1771fb29b852bbd7e2ab9 /data/org.ayatana.common.gschema.xml
parentb86a71f7fd7286bdbeaf38fcae75c56156bee95e (diff)
parentb75bd36ff55a467f4942fe793e80b0defd80209c (diff)
downloadlibayatana-common-f991bca9d191829f0ec4d5c7eb90e5b7fddde511.tar.gz
libayatana-common-f991bca9d191829f0ec4d5c7eb90e5b7fddde511.tar.bz2
libayatana-common-f991bca9d191829f0ec4d5c7eb90e5b7fddde511.zip
Merge branch 'sunweaver-pr/simplify-gschema-xml-translation'
Attributes GH PR #61: https://github.com/AyatanaIndicators/libayatana-common/pull/61
Diffstat (limited to 'data/org.ayatana.common.gschema.xml')
-rw-r--r--data/org.ayatana.common.gschema.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.ayatana.common.gschema.xml b/data/org.ayatana.common.gschema.xml
new file mode 100644
index 0000000..bf75ffa
--- /dev/null
+++ b/data/org.ayatana.common.gschema.xml
@@ -0,0 +1,10 @@
+<schemalist>
+ <schema gettext-domain="ayatana-common" id="org.ayatana.common" path="/org/ayatana/common/">
+ <key name="max-menu-text-length" type="u">
+ <range min="0" max="100"/>
+ <default>50</default>
+ <summary>Maximum menu text length</summary>
+ <description>The number of characters to show in dynamic menu items before the text is ellipsized. Set to 0 to leave unchanged.</description>
+ </key>
+ </schema>
+</schemalist>