diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 16:13:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 19:12:39 +0100 |
commit | ec950f8ebb2745ccff2275dcc09d2034cd73dfeb (patch) | |
tree | 4717b5ae728a90ef39b66f2cd1f04e46d023eed8 /officecfg | |
parent | cc8ffd0f49662aaa9d754239c071b207327c896f (diff) |
ditch the font/screen-scaling thing
its of limited utility wrt the vcl layout work and optimal size widgets,
and its confuses people looking for hidpi settings
Change-Id: I37d21b480446f9fe2845b3a2d9fd59cdeddf1a93
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ca23bd80be2d..fa8657683cfb 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2621,29 +2621,6 @@ <info> <desc>Contains window and dialog settings.</desc> </info> - <prop oor:name="FontScaling" oor:type="xs:short" oor:nillable="false"> - <!--OldPath: General/View --> - <!--OldLocation: soffice.cfg--> - <!--UIHints: Tools Options - General View [Section] Display--> - <info> - <desc>Specifies the scaling only of the screen representation - [UNIT=%].</desc> - <label>Scaling</label> - </info> - <constraints> - <minInclusive oor:value="50"> - <info> - <desc>Specifies the minimum range of the scaling.</desc> - </info> - </minInclusive> - <maxInclusive oor:value="200"> - <info> - <desc>Specifies the maximum range of the scaling.</desc> - </info> - </maxInclusive> - </constraints> - <value>100</value> - </prop> <group oor:name="NewDocumentHandling"> <info> <desc>Contains settings to change new document window behavior.</desc> |