diff options
author | Julian Rüger <[email protected]> | 2016-03-11 13:50:27 +0100 |
---|---|---|
committer | Julian Rüger <[email protected]> | 2016-03-11 13:50:27 +0100 |
commit | ef8676dad5facfc57a815e07588cd607fb8821a7 (patch) | |
tree | 463d1b765b7299cb714dcc1dde41338bec4af649 /data/org.mate.panel.menubar.gschema.xml.in | |
parent | 979e5aacd36f44b095426cd07e50eb77e85b50f2 (diff) | |
download | mate-panel-ef8676dad5facfc57a815e07588cd607fb8821a7.tar.bz2 mate-panel-ef8676dad5facfc57a815e07588cd607fb8821a7.tar.xz |
Make MAX_ITEMS_OR_SUBMENU configurable.
Diffstat (limited to 'data/org.mate.panel.menubar.gschema.xml.in')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in index 71cd4e97..343880e9 100644 --- a/data/org.mate.panel.menubar.gschema.xml.in +++ b/data/org.mate.panel.menubar.gschema.xml.in @@ -45,5 +45,10 @@ <summary>Menu items icon size</summary> <description>Set the size of icons used in the menu. The panel must be restarted for this to take effect.</description> </key> + <key name="max-items-or-submenu" type="i"> + <default>8</default> + <summary>Threshold of menu items before submenu is created</summary> + <description>Maximum number of menu items (i.e. bookmarks) that are displayed without being put in a submenu.</description> + </key> </schema> </schemalist> |