diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index baafb0972c94..88166cc197ef 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -142,6 +142,36 @@ </info> <value>true</value> </prop> + <prop oor:name="NavigationBtnScale" oor:type="xs:int" oor:nillable="false"> + <!-- UIHints: Tools - Options - Impress - View - [Section] Navigation --> + <info> + <desc>Specifies which size of the icons is used for the + navigation bar.</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>automatic (small) icons</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>small icons</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>large icons</desc> + </info> + </enumeration> + <enumeration oor:value="3"> + <info> + <desc>extralarge icons</desc> + </info> + </enumeration> + </constraints> + <value>0</value> + </prop> </group> <group oor:name="Other"> <info> |