diff options
author | Daniel Lohmann <LibreOfficeContribution@dldld.de> | 2022-11-14 19:17:14 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-11-17 06:57:40 +0100 |
commit | a15bcda0e21be04bec424172192f2416b7f52422 (patch) | |
tree | 617b015a48b84f26c57abac6e34135532206b15f /officecfg/registry | |
parent | ef0858071faf93ce48237ea3948f50e288eb702b (diff) |
tdf#33495: Allow presenter console in windowed mode
Added an option in the Impress settings window to set the presenter
console into fullscreen/windowed mode. This will then be used the
next time a presentation is started.
Two pictures of how the result looks are given in the bug tracker.
Change-Id: I231f9180301301a9eccf9984ea4dcd529bd7dfce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142359
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index acf2673f54a7..fefd4ba2f6bf 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -570,6 +570,13 @@ </info> <value>true</value> </prop> + <prop oor:name="PresenterScreenFullScreen" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Indicates whether the Presenter Screen Console is shown in FullScreen mode.</desc> + <label>Presenter Screen FullScreen</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="Compatibility"> <info> |